Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 333 Bytes

File metadata and controls

10 lines (6 loc) · 333 Bytes

This is a Task Tracker project for Practice React!

This project based on JSON-SERVER!

If you want to see this project on your device, then you have write two code in terminal: One is for React app and another is for JSON-Server.

For React: npm start or yarn start
For Server: npm run server or yarn run server