Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 352 Bytes

Base Project

Base project to get up and running with ES6.

How to use

Download as zip, unzip and start coding the in src/ directory.

Lint with yarn lint and build with yarn build.

Build can be found in dist/.

What it comes with

Eslint

Set to airbnb

Babel

With babel-preset-env

Jest

Run yarn test to run tests.