Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 936 Bytes

ES6 + Babel + Gulp + ExpressJS Boilerplate

A boilerplate for developing ES6 web apps using Babel, Gulp & ExpressJS.

Babel

Babel is a compiler for writing next generation JavaScript. babeljs.io

Technology Stack

Usage

  1. Run npm install in the root directory to install all dependencies
  2. Run gulp watch to set up watches for the development environment
  3. Run npm start to start the local dev server using ExpressJS

Building

Run gulp build to build the app for distribution in the dist folder.