An express-based application server which hosts a static site viewable only by a specified set of IU users.
- NodeJS 8+
Run npm install
to install dependencies. Copy example.env to .env
and customize for your static site.
Either run npm start
or ./server.js
. The server normally checks for a .env
file in the same directory as server.js
. If you want to provide a different .env
pass it on the command like like this: ./server.js my.env
.