MetaClinic's blood-clinic-web front end was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
To run this app
Clone the repository:
git clone [email protected]:jthetzel/blood-clinic-web.git
Change to project directory:
cd blood-clnic-web
Start npm:
npm start
If there are errors, try to update npm:
npm install -g npm@latest
Then remove the existing modules:
rm -rf node_modules
And finally re-install the project dependencies:
npm install