Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 286 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 286 Bytes

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'