An isomorphic implementation of Hacker News made with react and marty.js.
Isomorphic JavaScript: shared JavaScript that can run both client-side and server-side.
Install dependencies:
npm install
You can run npm run
for a list of the available commands:
devserver
- starts the dev server withreact-hot-loader
enabled.build
- builds from scratch into the/dist
directory.start
- starts the production server (requiresnpm run build
to be run first).