## Update the Proxy Server
By default, the proxy server is set up to point at port 8000, if you need to do so update in setupProxy.js where commented.
## Using NPM
npm run start or npm run dev to run the development server
npm run build to create a build directory
## Using Yarn
yarn start or yarn dev to run the development server
yarn build to create a build directory
To prevent the failed-to-compile issue for linter errors like no-unsed-vars, rename the .env.example to .env and restart your development server. Note this will only change the behaviour of certain linter errors to now be warnings, and is added just to allow your code to compile in development. These errors should still be fixed and other errors will still result in the code being unable to compile
This project was bootstrapped with Create React App.
