I created this Hackernews react client app in order try out connecting it to their Firebase API.
- React
- Redux
- React Router
- Semantic-ui
- Webpack 2
The app currently has only 2 pages:
| # | Page | Path |
|---|---|---|
| 1 | Main page | "/" |
| 2 | Story page | "/story/:id" |
First install the dependencies with npm install and to view the application on your localhost:3000 run this command npm run dev. That is it!