Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 380 Bytes

es6-starter-pack

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.

Usage

  1. npm install
  2. build:dev and build:prod npm scripts are compiling your code for development and production respectively.
  3. npm start is starting a lite-server inside the build folder