This static website is built on the following tech
- Create React App
- React-Router DOM
- Styled Component
- Rebass
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