jakedex / minimal-es6-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 77.9%Language:HTML 22.1%