Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 847 Bytes

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

CRUD Users

A simple react application to perform Create, Read, Update and Delete operation of user. The data is not stored in the database and will be cleared on refresh of app.

Scrips to run project

You can then install dependencies using either Yarn or NPM.

yarn install
or
npm install

You can then run the project locally(development) using either Yarn or NPM.

yarn start
or
npm start

Project will open in localhost:3000 automatically or you can manually goto localhost:3000

The test cases can be run using either Yarn or NPM.

yarn test
or
npm test