Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 842 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 842 Bytes

#react-isomorphic-hn

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.

react-hn screenshot

Building

Install dependencies:

npm install

scripts

You can run npm run for a list of the available commands:

  • devserver - starts the dev server with react-hot-loader enabled.
  • build - builds from scratch into the /dist directory.
  • start - starts the production server (requires npm run build to be run first).