CRUD Operations (JSONPLACHOLDER APIS)
It is simple crud operations app using jsonplaceholder APIS, where user can add, update and delete posts.
- Make sure that you have Node.js v16.15.1 and npm v5 or above installed.
- Clone this repo using
https://github.com/AhmadFaraz-crypto/crud-operation-jsonplaceholderAPI-react-typescript.git - Move to the appropriate directory:
cd crud-operation-jsonplaceholderAPI-react-typescript. - Run
yarn installin order to install dependencies and clean the git repo.
At this point you can runyarn startto see the example app athttp://localhost:3000. - Run
yarn testto run test cases. - Run
yarn run cleanto delete the example app.