Skip to content

Simple Webpack React demo, using a fake REST API with JSON Server and NodeJS

Notifications You must be signed in to change notification settings

arnaudfl/webpack-react-json-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack React JSON Server

Simple Webpack React demo, using a fake REST API with JSON Server and NodeJS

Requirements

  • NPM
  • NodeJS

Installation

 git clone https://github.com/arnaudfl/webpack-react-json-server.git
 cd webpack-react-json-server
 make install

Generate mock data

make generate-mock

Run JSON server with NodeJS

make dev-server

Run React with Webpack Dev Server

make dev-watch

Run JSON Server and React concurrently

make start

About

Simple Webpack React demo, using a fake REST API with JSON Server and NodeJS

Resources

Stars

Watchers

Forks

Packages

No packages published