Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 721 Bytes

CI Quality Gate Status

React CRUD App Example

A CRUD application which edits user records in React.
Live Demo : https://react-crud-app-example.herokuapp.com

Build Setup

# install project
$ git clone https://github.com/hasankemaldemirci/react-crud-app.git

# open app directory
$ cd react-crud-app

# install dependencies
$ npm i || npm install

# serve with hot reload at localhost
$ npm run dev

# build for production
$ npm build