- Notifications
You must be signed in to change notification settings - Fork4
An NX Hacker News clone with real-time updates and animations.
License
NotificationsYou must be signed in to change notification settings
nx-js/hackernews-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Hacker News clone built withNX, whichfeatures client-side routing, real-time updates and animations.
Clone the repo and runnpm i andnpm start. Thenpm start command bundlesthe source and starts a local server. The demo is exposed onlocalhost:3000.
The project is structured in the following way.
- Thesrc folder includes the API and the components of the app.
- The source is bundled withWebpack. You can find thewebpack config insrc.
- bundle.js is the app's source and NX - bundled together by webpack.
- index.html imports the bundled source script and has a single
<hacker-news>component in its body, which is the root component. - server.js is only used for local testing, as the page is hosted onGithub Pages. It serves as a simple server example for single page applications.
About
An NX Hacker News clone with real-time updates and animations.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.