A simple crud application using reactjs. It's use react router, react notification, bootstrap etc.
Fork, then download or clone the repo.
git clone https://github.com/<your-user-name>/react-crud.gitChange the directory.
cd into the project directory.For the back-end, install the dependencies once via the terminal.
npm installRuns the app in the development mode.
npm startRun the development server for React.
REACT_APP_API_URL= http://localhost:3000To make a production build, simply run on react-src folder via the terminal.
npm run build- Create
- Read
- Update
- Delete
- React router
- Front-end validation (HTML)