-
Notifications
You must be signed in to change notification settings - Fork 0
3. Installation
Demigoddd edited this page Sep 6, 2022
·
4 revisions
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred.
-
git, NodeJS, npmshould be installed.
- Clone this repo.
-
npm installto install all required dependencies. -
npm start:reactto start the FE (this project uses create-react-app). - Install MongoDB Community Edition and run it by executing mongod.
-
npm start:serverto start the local server.