Skip to content

overworked/agar

Repository files navigation

agar

Setup

  • brew install npm
  • npm install -g gulp
  • cd new-admin
  • npm install

Development

  • gulp
    • Run app on 'localhost:9000'
    • Automatically rebundle
  • gulp prod
    • Bundle and minify
  • gulp test
    • Run all tests
  • gulp open
    • Start a server on 'localhost:9000'

Releases

No releases published

Packages

No packages published