npm install
-
Ensure that a SimpleSAML provider is running in docker.
npm run simplesaml:up
-
Then make sure the required certificates are in place. For a development scenario the
npm run certificates
can be used. -
Start the application
npm run dev
-
Goto http://localhost:4300/login You should be redirected to the login page that the simpleSaml IDP exposes and then "logged in" into this application.
It is important to keep the dependencies of this repo up to date. Do these steps:
-
First ensure that the
npm-check-updates
is installed globallynpm install -g npm-check-updates
-
Then update the version identifiers of the
package.json
andpackage-lock.json
files to the latest version:ncu -u
-
Update your environment:
npm update
npm install
npm test
None
- gts: Google TypeScript Style
- typescript: TypeScript is a language for application scale JavaScript development
- @types/node: TypeScript definitions for Node.js
MIT