Identity
Create an instance of the terminal and navigate to the /azure-quickstart/identity
directory
initialize a new project and add dependencies
/azure-quickstart/identity (terminal commands)
edit package.json
and add build, start, and start:dev as noted below (test should already exist)
/azure-quickstart/identity/package.json
edit tsconfig.json
to compile output to the dist/ directory by uncommenting and configuring values for outDir and rootDir
/azure-quickstart/identity/tsconfig.json
Add additional NPM modules to set up basic services: npm i express express-validator
Create a build config..
In VS Code
Last updated