-
-
Notifications
You must be signed in to change notification settings - Fork 59
Installation
Manuel edited this page Oct 16, 2023
·
4 revisions
Firstly clone or fork this repository locally, then change to this repo's directory.
Install this project's front-end packages:
- cd to
/client
directory - run
npm install
Install this project's back-end packages:
- cd to
/server
directory - run
npm install
Install this project's tests packages:
- cd to
/e2e
directory - run
npm install
To start the app for development:
- cd to
/client
and runnpm start
and wait for the front-end server to start. - In another terminal cd to
/server
and runnpm start
and wait for the back-end server to start.
Once both server have started you can check the app at http://localhost:3000/