/ICF_Report_Webapp_React

React FE for Kubernetes Project: Create ICF Reports for medical use with ease

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

ICF_Report_Webapp_React

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.

Deploying the frontend to github-pages

$ yarn run deploy

Running the frontend for development mode

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.

Hot reloading

Frontend support hot reloading.