Skip to content

atshakil/react-redux-post_load_ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux PostLoadOperations Scaffold

A scaffold that demonstrates the working strategy of PostLoadOperations service with React and Redux

Installation

Prerequisites

This project depends on npm and Node.js. The installation method varies from platform to platform.

If you are using a Debian distribution, please follow the steps below,

$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
$ sudo apt-get install -y nodejs

Or, if you are using some other linux distribution or a different platform, please follow the instruction provided here.

Now, the dependency modules need to be installed.

$ npm install

Development

Create a configuration file by copying application.json.example as application.json (located in src/js/config)

The development server (with hot reloading support) can be started using,

$ npm start

Now open up http://localhost:3000

Note

This project is a fork of redux-webpack-es6-boilerplate

About

A scaffold that demonstrates the working strategy of PostLoadOperations service with React and Redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published