Rapid prototyping
ES6 + Babel Bare bones
Presets
- ES2015
- Class properties
Usage
npm install
npm start
Build
Creates a build folder with index.html
, style.css
and bundle.js
from ./src
npm run build
npm run build:run #builds and start local server to test the build
Test
ESLint for JS
npm test
Lint & fix
npm run lint:fix