The frontend source for vandemataramlibrary.org.
Node 4.x.
npm install
npm install -g typings
typings install
- Enter appropriate config in
.env
(see.env.example
for required values).
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.