- Open Terminal
$ cd Zom
$ npm install
$ npm start
- index.js contains the server
- api.js contains a static array of obj
- Open Terminal
$ cd zomclient
$ npm install
$ npm start
- src/components/Home.js contains the fetch of the data
- App.js is the place where we render the Home Component