- node
- npm
- mongodb
-
Clone this repository
-
Install server dependencies
$ cd server $ npm install
-
Install client dependencies
$ cd client $ npm install
- Start mongodb locally
$ mongod
- Start the server
$ cd server $ npm start
- Start the client
$ cd client $ yarn start
- Browse to
http://localhost:3000/
This project is made available under the MIT License.