0.1.0 • Published 7 years ago

es6-gulp-sass-boilerplate v0.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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. Clone this repo from https://github.com/IncredibleWeb/ES6-Boilerplate.git
  2. Run npm install in the root directory to install all dependencies
  3. Run gulp watch to set up watches for the development environment
  4. 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.

Contributing

If you like this/find it useful/find a bug please open an issue and, better yet, submit a Pull Request! ☺ Any and all help appreciated, thanks!


MIT License. Made with ♥ by Incredible Web