Skip to content

An isomorphic implementation of Hacker News made with react and marty.js

License

Notifications You must be signed in to change notification settings

moretti/react-isomorphic-hn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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).

About

An isomorphic implementation of Hacker News made with react and marty.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published