tracykm / impact-fees

US Impact Fee Survey

Home Page:https://tracykm.github.io/impact-fees/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

National impact fee survey

This project was bootstrapped with Create React App.

To start run

npm start

To create the production version

npm run build

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

About

US Impact Fee Survey

https://tracykm.github.io/impact-fees/


Languages

Language:JavaScript 56.1%Language:TypeScript 40.2%Language:HTML 2.2%Language:CSS 1.2%Language:Dockerfile 0.2%