Skip to content

atshakil/react-redux-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux WebSocket Scaffold

A scaffold that integrates WebSocket with React and Redux through React context

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published