This is a small demo module that can be used to display the latest items from Hacker News on a web page.
npm install --save @modular-toolkit/demo-module
The main module that is provided by the package is a React container component, which you can import like this:
import { HackerNews } from '@modular-toolkit/demo-module';
Please look at the source code of the demo application for details on how to use the demo module.
- See CHANGELOG.md
- See CONTRIBUTING.md
Copyright © 2018 mobile.de GmbH