Skip to content

dorsha/login-modal-react-redux

Repository files navigation

Login Modal Implementation with ReactJS and Redux

This is an example of implementing a smart Login Modal with Redux, reselect, ImmutableJS, ReactJS, webpack and more...


Getting Started

Install Node.js and then:

$ git clone https://github.com/dorsha/login-modal-react-redux
$ cd login-modal-react-redux
$ sudo npm install -g bower
$ npm install
$ npm run build

Start server

Starts node server

node app.js

Open browser at http://localhost:3000