Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 538 Bytes

The frontend source for vandemataramlibrary.org.

Requirements

Node 4.x.

Installation

  1. npm install
  2. npm install -g typings
  3. typings install
  4. Enter appropriate config in .env (see .env.example for required values).

Starting the server

In development mode (with hot reloading):

npm start

In production mode:

NODE_ENV=production npm start

In production mode the server runs as a daemon and the app is rendered on the server for the initial request.