dorsha / login-modal-react-redux

Implementing a smart Login Modal with Redux, reselect and ReactJS

Home Page:https://medium.com/@dorsha/implement-login-modal-with-redux-reselect-and-reactjs-668c468bcbe3#.zfjg0kxmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementing a smart Login Modal with Redux, reselect and ReactJS

https://medium.com/@dorsha/implement-login-modal-with-redux-reselect-and-reactjs-668c468bcbe3#.zfjg0kxmt

License:MIT License


Languages

Language:JavaScript 93.3%Language:HTML 3.8%Language:CSS 2.9%