Skip to content

Files

Latest commit

 

History

History
42 lines (32 loc) · 1023 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 1023 Bytes

Product Hunt Clone Project (React + Redux)

Version

0.1.0

Tech

  • React - A JavaScript library for building user interfaces.
  • Redux - A predictable state container for JavaScript apps.
  • Webpack - Module Bundler.
  • Twitter Bootstrap - great UI boilerplate for modern web apps.
  • Sass - An extension of CSS that adds power and elegance to the basic language.
  • node.js - evented I/O for the backend.
  • Express - fast node.js network app framework [@tjholowaychuk].

Development

Install Dependencies:

$ npm install

Start the app:

$ npm start

And access dev.producthunt.com (localhost:3000)

Todos

  • Write Tests
  • Implement SignUp/SignIn