Build a Node.js CRUD App Using React and FeathersJS
https://www.sitepoint.com/premium/books/build-a-node-js-crud-app-using-react-and-feathersjs
- first launch mongo from a shell
PS C:\Users\HaQadosch> mongo
- then fire the backend service
- go to
.\contact-manager\backend
npm run start
- go to
- finally run the front-end
- go to
.\contact-manager
npm run start
- go to