Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 273 Bytes

SSR React with Express

An isomorphic web app (SSR + CSR) to take note in Markdown.

Prequisites

  • Node >=8.9.0
  • Use Yarn instead of NPM for consistency

Getting started

  • Clone the repo
  • Run yarn
  • Run yarn dev
  • Head to localhost:3000