Re-Learning react concepts using Net Ninja YT channel
The project was for me to recap on a few React concepts.
To run the project:
- Install node modules using yarn install
- Use yarn dev to run it
JSON mock server, you can run it using:
- npx json-server --watch data/db.json --port 8080