Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 632 Bytes

mean.ionic.coffee

WORK IN PROGRESS

BK Note: Signficant structure changes in progress. Additional baseline setup as well, inspired by ngbp. A lot of the original guidance will not be valid. README to be updated when stable.

How to mean.coffee

  • Install prerequisites

    • npm install -g coffee-script
    • npm install -g bower
    • npm install -g gulp
  • Install dependencies:

    • npm install (will bower install as well)
  • Run the server

    • npm start || coffee server.coffee
  • Run the ionic app (and build / watch the client assets)

    • ionic serve
  • Run gulp

    • gulp (build & watch by default)