Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.45 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.45 KB

Node.js CI GitHub Release (latest by date) License

A simple and beautiful CRUD application built with React.

crud-app

Technologies Used

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/vaibhav-toddleapp/crud-app.git
cd crud-app

Install dependencies:

npm install

Now, you can start a local web server by running:

npm start

and then you can open http://localhost:3000 to view it in the browser.