This is the front end for Indy Renter Help which is a web app that will help struggling renters obatin protection they are entitled to under the current CDC Federal Eviction Moratorium.
$ git clone --depth=1 --origin=indy-original [email protected]:theoryandprinciple/indy-frontend.git my-project
$ cd my-project
$ git checkout --orphan master # New branch without history
$ npm install
$ echo REACT_APP_API_HOST=https://your-url-here.org/ > .env
$ npm start
$ npm link
$ npm run build
This will build a static version of the site that can be served by the API.
This boilerplate is built using create-react-app so you will want to read the User Guide for more goodies.