Boilerplate set up for Javascript/Webpack(4)/React/CSS Modules project.
# install & use the latest lts version of node
$ nvm install && nvm use
# install dependencies
$ yarn
# serve with hot reload at localhost:8080
$ yarn start
# build dev
$ yarn dev
# build project for production
$ yarn build