Skip to content

loaded02/ICF_Report_Webapp_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.