To run:
- Go to
src
thennode ./bin/www
- Go to
https://localhost:3443
and accept the self-signed certificate as trusted
To install:
- Get Node
- Install bower system wide
npm install bower --global
npm install
in/src
(takes a few minutes)bower install
in/src/public
- Optionally
npm install nodemon --global
then start withnodemon
instead ofnode
Miscellaneous:
npm outdated
to list outdated packagesnpm update
to update outdated packages