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.git
Change the directory.
cd into the project directory.
For the back-end, install the dependencies once via the terminal.
npm install
Runs the app in the development mode.
npm start
Run the development server for React.
REACT_APP_API_URL= http://localhost:3000
To 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)