hackernews
hackernews copied to clipboard
This project is based on the book "The Road to React" by Robin Wieruch
Hacker News
From "The Road to learn React" book.
Here's the link to the app in "production" https://hackernews-seven.vercel.app.
I've also written a similar app in TypeScript, and you can find it through the follwing URL https://github.com/wlsf82/hacker-stories.
Installation
Run npm install to install de project and dev dependencies.
Starting the app
Run npm start to start the application.
The app is automatically opened on the default browser on startup.
Running the tests
Run npm test to run the automated tests.
The above command starts the app, runs the tests against it, and shuts it down.
Made with ❤️ by Walmyr.