-
Notifications
You must be signed in to change notification settings - Fork 0
3. Installation
Deathlive edited this page Oct 27, 2019
·
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 req'd 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.