Skip to content

A starter pack for a web app, using gulp & webpack for compilation

License

Notifications You must be signed in to change notification settings

tiagoproff/es6-starter-pack

 
 

Repository files navigation

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

About

A starter pack for a web app, using gulp & webpack for compilation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 7.6%