Skip to content

vlkudinov/react-crud-json-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-crud-json-server

Simple example of CRUD app based on create-react-app and react-redux. Server is running on json-server

Demo

Running version of the app at: https://react-crud-json-server.herokuapp.com/

Installation

$ npm install
$ cd app 
$ npm install

or

$ make install 

Running Dev Server

$ cd app
$ npm start

or

$ make dev 

Running Production Server

$ cd app 
$ npm run build
$ npm start

or

$ make production

Build

$ cd app 
$ npm run build

or

$ make build

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •