Skip to content

zlokomatic/react-redux-starter-kit

 
 

Repository files navigation

Yet another React and Redux based web application starter kit. Demo

Overview

This is yet another React and Redux based web application starter kit. However, this one attempts to go beyond the typical simple boilerplates, by showcasing several great technologies (such as React, Redux, React-Router, Fixed-Data-Table, Bootstrap, Babel, and Webpack) used together to develop a more complex web application, with features such as navigation, asynchronous data fetching, error handling, caching and pagination, etc.

Install and Run the Dev Server

npm install
npm start

Then open http://localhost:3000

Build and Run the Production Server

npm run build
NODE_ENV=production PORT=80 npm start

Then open http://localhost

Demo

A demo of this web application is running on a free Amazon EC2 Micro Instance, with very limited resources.

Feature highlights

Dependencies

  • React
  • Redux
  • React Router
  • Fixed-Data-Table
  • style-loader
  • Bootstrap
  • Express
  • Babel
  • Webpack

Credits

As a long-time backend developer (who enjoys writing obscure number-crunching "optimzation" algorithms in Java), I would never have thought of developing (let alone posting) a web application using javascript on Github, were it not for the fateful summer 2015 when I stumbled upon a 30 minutes video by Dan Abramov, and his inspiring work on Redux.

Thank you!

About

Yet another React and Redux based web application starter kit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.5%
  • CSS 21.5%
  • HTML 4.0%