Run: ./install.sh
OR do it manually:
-
Server:
1.1. npm install 1.2. Create json file for your own environment exp: ./server/env/dev.json 1.3 Create a mysql database based on the params from step 1.2
-
Client:
2.1. Install: 1. npm install 2. bower install 2.2 Run: 1. For build the project: $ gulp build-*ENV* 2. Serving the dist environment $ gulp serve-dist 2. Build and watch for sass changes (for working locally): $ gulp serve