Workaround HN clone project using React/Redux & Material UI
Tiny project to play around with Hacker News API using React/Redux. Demo Here.
To run the project, make sure you have Yarn installed. Then, simply run the following commands:
$ yarn # installs dependencies
$ npm run serve # starts the webpack dev server
$ npm run build # if you need to build the app statically within `dist` folder
$ npm run try # Try the built static files
If you wanna host it for free somewhere, use Surge.sh following the next steps:
$ sudo npm i -g surge # install Surge
$ npm run deploy # then target the `dist` folder and choose your DNS!
Quick filters to sort by Top, Latest, Show and Ask stories, as well as job offers
Search among HN posts