React FE for Heroku Project: Create ICF Reports for medical use with ease
React Frontend separeted from ICF_Report_Webapp project and hosted on GitHub Pages. See ICF_Report_Webapp for backend and details about the project.
The react app is built using create-react-app.
$ yarn run deploy
You will need 6.0+ and yarn to run the dev server and build the project.
Make sure to install yarn on your development machine.
To install all the required binaries for your project, you can run following command.
$ yarn install
Once the above command finishes, you can start the frontend using the yarn start
command.
The application will be accessible at http://localhost:3000
.
Frontend support hot reloading.