Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

Relearning-react

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:

  1. Install node modules using yarn install
  2. Use yarn dev to run it

JSON mock server, you can run it using:

  1. npx json-server --watch data/db.json --port 8080