- Required MongoDB
- Using Universal Pattern (https://www.npmjs.com/package/universal-pattern)
- React.js
$ git clone https://github.com/lortmorris/contact-list.git
$ cd contact-list/server
$ npm install
$ cd ../client
$ npm install
$ cd contact-list/server
$ npm run watch
Now, open you browser and goto: http://localhost:5000/services/docs/
$ cd contact-list/client
$ npm start
Now, open browser and goto: http://localhost:3000
- Start 18:00
- Backend initial setup: 18:01
- Init with Frontend 18:32
- End frontend 20:33