- Git
- Node.js and npm Node >= 4.x.x, npm >= 2.x.x
- Gulp (
npm install --global gulp) - Mysql 5.5
-
Run
npm installto install server dependencies. -
Run
gulp serveto start the development server. It should automatically open the client in your browser when ready.
Config your data source connection in ${appPath}/server/config/environment/[development|production|shared].js before start app
Run gulp build for building and gulp serve for preview.