This project was bootstrapped with Create React App.
Install all necessary dependencies yarn install
Run yarn start
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project with correct resource pathing for the sake of deploying to make.
The build artifacts will be stored in the /build
directory.
Here are some helpful links to get you started
- Docs: First point of call
- Twitter: Drop us a message on twitter if you find a bug or have any feedback
- Create React App documentation