superguigui / es6-prototype-starter

ES6 starter for quick prototypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6-prototype-starter

ES6 starter for quick prototypes

Install

Clone this repository and install the dependencies

rm -rf .git
npm i

Dependencies

This starter uses Babel, Budo, Browserify, Watchify

Tasks

Start

Launches Budo server (with broserify and watchify) with livereload. Use it for dev purpose.

npm start

Prod

Build an actual build.js file in static folder that you can use in production. Use it for deployment purpose.

npm run prod

About

ES6 starter for quick prototypes

License:MIT License


Languages

Language:JavaScript 51.2%Language:HTML 48.8%