National impact fee survey
This project was bootstrapped with Create React App.
To start run
To create the production version
or with docker
docker build . -t reactIF
docker create -ti --name tempBuildIF reactIF
docker cp tempBuildIF:/usr/src/app/build .
docker rm -f tempBuildIF
open build/index.html
To redeploy to github pages
npm run deploy