See notes in root dir of this repository More information on how to install NVM: https://github.com/nvm-sh/nvm
nvm use(in the project directory)
npm installIn the root directory of the project (which contains the file "package.json"):
npm startAt this time a browser can be pointed to http://localhost:4200/ to start the application.
Try these default development credentials:
- user - superPass
- admin - superMegaPass
- opensslErrorStack (Only for node 18 and above versions) :
- WINDOWS : On the terminal enter :
export export NODE_OPTIONS=--openssl-legacy-provider - UNIX : On the terminal :
unset NODE_OPTIONS
- WINDOWS : On the terminal enter :