#To run in Dev Mode
npm install
gulp
#To run in Production Mdde npm install
gulp serve
//Any other http server can be used. Just copy the data inside dist folder to the server.
#Folder Structure
- app/sourcejs is for source js file, should be add and modified by developer
- app/js is browerified files generated by gulp, should not be touched by developer
- app/scss is the source folder for developer scss files
- app/css are generated by gulp, should not be modified by the developer.