/minimal-es6-starter

:bullettrain_side: A bare bones starter to quickly get up and running with ES6+ features

Primary LanguageJavaScript

Minimal ES6 Starter

🚄 A bare bones starter to get up and running with ES6+ features in no time.

Features:

  • ES6, Stage 0 features "just work"
  • Server your files
  • Live-reload

Setup

Just clone and install with the following:

git clone https://github.com/jakedex/minimal-es6-starter.git <your-project-name>
cd <your-project-name>
npm install

To run the dev server:

npm start

Then simply navigate to localhost:8080