- latest version of node
- Gulp
- bower & npm
- Git
- Run
npm install gulp-cli --g
- Run
npm install
to install server dependencies. - Run
bower install
to install front-end dependencies. - Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready. - ????
- Profit
We use ESLint to ensure a consistent code style and avoid buggy code.