A web IDE for LiquidIoT applications.
This project was generated with the Angular Full-Stack Generator version 3.0.0-rc8.
- Git
- Node.js and NPM >= v0.12.0
- Bower (
npm install --global bower
) - Ruby and then
gem install sass
- Grunt (
npm install --global grunt-cli
) - MongoDB
-
Run
npm install
to install server dependencies. -
Run
bower install
to install front-end dependencies. -
Create a settings file for local development by copying
server/config/environment/local.js
as a new fileserver/config/environment/YOURNAME.js
. Modify it as needed. -
Run
NODE_ENV=YOURNAME grunt serve
to start the development server. It should automatically open the client in your browser when ready.
Run grunt build
for building and NODE_ENV=YOURNAME grunt serve
for preview.
Running npm test
will run the unit tests with karma.