- JADE/LESS/jQuery for UI
- Gulp/Bower for building
Go to frontEnd folder and do npm install, bower install
gulp serve and start coding :)
In frontEnd folder, do gulp build
In root folder do npm install and npm start to start the node server (default port is 5000)
Push your branch to the repo and create a pull request (to develop or master), you will get the temporary app link in the last commit (something like: https://jscweb-2016-pr-134.herokuapp.com/)
Once you merge your branch develop, merge develop to master and then your latest code in the /public folder will be deployed to Production website and your previous temporary link will get destroyed.
