Skip to content

jthetzel/blood-clinic-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drawing

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.

Run:

To run this app

Clone the repository:

git clone git@github.com: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