A simple and beautiful CRUD application built with React.
Install dependencies:
npm install
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.
| 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. |
React crud is built and maintained by Anup Kumar Singh for training purposes.
