moubi / es6-project-template

:shoe: Simple Javascript (ES6) boilerplate to build your project on top of

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EcmaScript 6 boilerplate

es6 (babel), sass anf html5

A boilerplate to help you build all kind of web apps using html5, css and javascript. It gives you the necessary, basic, but powerful tools to work on your projects in a safe and productive environment.

Usage

Run npm install to install packages

Run npm start to compile the files in dist/ folder and start the webpack server

Features

  • Webpack server configured to handle linting and babel compilation
  • ESlint with focus on ES6
  • Gulp for sass compilation and deployment

Author

Miroslav Nikolov (@moubi)

About

:shoe: Simple Javascript (ES6) boilerplate to build your project on top of

License:MIT License


Languages

Language:JavaScript 60.7%Language:CSS 30.2%Language:HTML 9.1%