To use this project, you'll need the following things installed on your machine.
- NodeJS - use the installer.
- Mongodb - use the installer.
- Nodemon -
$ npm install -g nodemon
- Webpack -
$ npm install -g webpack
- Clone this repo, or download it into a directory of your choice.
$cd client
$npm install
$cd server
$npm install
$ npm start