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.
Run npm install
to install de project and dev dependencies.
Run npm start
to start the application.
The app is automatically opened on the default browser on startup.
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.