A Simple List of DC comics that I was able to create after learning Mobx-state-tree by Michel Westrate (@mwestrate)
- React
- JSON Server
- MobX
- MobX-React
- MobX-State-Tree
- Clone the repo onto your system
- Open the command terminal, go to the directory where you have cloned the repo
- Run
npm install
- To start your JSON server, run
yarn run json-server --port 3000 db.json
- Now run the command
yarn start
. The terminal will ask you if you want to run it on another port since port 3000 is already running the JSON server. Say yes!