Fork this repo into whatever you're building. Then feel free to change names and titles for your application.
Make sure you have Node.js v9.0+
and yarn
installed, then run:
yarn install
Start a dev server with live-reload by running:
yarn start
To build, run:
yarn build