Skip to content

smmoazzamhossain/react-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BASIC REACT CRUD APP

A simple crud application using reactjs. It's use react router, react notification, bootstrap etc.

Instructions

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

To Do

  • Create
  • Read
  • Update
  • Delete
  • React router
  • Front-end validation (HTML)