Skip to content

mikebotnac/react-crud-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published