Skip to content

404FoundU/ReactReduxSAP

Repository files navigation

React Redux Single Page Application

Setup

Required software:

  • Node.js
  • NPM
  • Git

Move into the directory and install the dependencies.

npm install

At this point, your app is ready to go! To start the server, just run

npm start

You can access it at localhost:8080.

APPENDIX

Wine data structure

{
  "id": UUID (String),
  "name": String,
  "vintage": String,
  "vineyard": String,
  "type": String,
  "region": String,
  "unitsSold": Number,
  "ratings": [Rating]
}

Rating data structure

{
  "stars": Number
}

About

React.js dynamic web page using Redux architecture, ES6, Webpack and Gulp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published