# Boilerplate
[eslint config setup guide](https://www.npmjs.com/package/eslint-config-airbnb)
## Run & Install
```bash
npm install
# or
yarn install

cp config.js.temp config.js

npm start
# or
yarn start
```