A starter pack for a web app using babel to transpile es5+, utilizing gulp & webpack for compilation
All development files are in the /app
folder.
npm install
build:dev
andbuild:prod
npm scripts are compiling your code for development and production respectively.npm start
is starting alite-server
inside the build folder