Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.46 KB

File metadata and controls

69 lines (53 loc) · 2.46 KB

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

A simple and beautiful CRUD application built with React.

crud-app

Technologies Used

Development

Install dependencies:

npm install

Run servers

You can start a local web server by running:

npm start

You can start a local json server by running:

npm run serve-json

and then you can open http://localhost:3000 to view it in the browser. Open http://localhost:3001 to view data in the json server.

Available Scripts

Script Description
npm start Runs the app in the development mode.
npm test Launches the test runner in the interactive watch mode.
npm run build Builds the app for production to the build folder.
npm run eject This command will remove the single build dependency from your project.
npm run serve-json This command will start a server that serves the data in db.json file.

Credits

React crud is built and maintained by Anup Kumar Singh for training purposes.