A scaffold that integrates WebSocket with React and Redux through React context
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
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
This project is a fork of redux-webpack-es6-boilerplate