/duckr

React + Redux Twitter like Single Page Application

Primary LanguageJavaScript

Ducker

Twitter like application built with ReactJS + Redux based on the Redux course from Tyler McGinnis

List of changes made to the app to work with React (v15.6) and React Router (v4.1)

Features

  • Hot module replacement
  • CSS modules
  • ESLint
  • Webpack configuration for production
  • Use of ES6 features
  • Immutability with immutable.js
  • Firebase Backend
  • Authentication
  • Realtime Updates
  • Error Handling
  • High Order Components

Installation

Clone this repo

git clone https://github.com/warborn/duckr.git
cd duckr

Install all the dependencies

npm install

Check it out on http://localhost:8080/

npm run start

Build for production

npm run build