Just a full-stack demo dashboard for managing patients per clinic
-
Prerequisites The app is based on Node
v19.1.0
and npm9.1.2
. An easy way to manage their versions per project basis is by using a version manager likevolta
. WE can install volta by running the following in our command line:curl https://get.volta.sh | bash
Then you can simply run:
volta install node@latest npm@latest
-
Project dependencies We can to install all packages by running the following in the project's root using the command line:
npm install
-
Running the app To get the app running we need to run the following command in the project's root using the command line:
npm start
-
Check the app in browser We can see the live app in our browser by visiting: