Skip to content

dankreiger/login-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login Form

Build Status

Live Demo

Todo:

  • write Jest tests for components + redux

Prerequisites

  • Node >= 6

  • npm >= 5.2 or yarn >= 1.3.0

  • For Facebook Login, please add your Facebook app ID to the FacebookLogin component in LoginForm.js


Getting started

  1. Clone the repo

    $ git clone git@github.com:dankreiger/login-form.git
  2. cd into project

    $ cd login-form
  3. Install dependencies (yarn or npm)

    $ yarn

    or:

    $ npm install
  4. Start server (yarn or npm)

    $ yarn start

    or:

    $ npm start
  5. http://localhost:3000/ will open automatically

About

using react-redux-form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published