/duckr

Twitter clone using react and redux

Primary LanguageJavaScript

Duckr

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

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//bridgway/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