-
Ensure install nodejs 8.x from http://nodejs.org
-
Ensure install latest NPM
> npm install -g npm@latest
- Ensure You are in Adim Group if you want to see DB logs (server/appSettigns.json)
- Clone this repository to your computer
> git clone https://slb1-swt.visualstudio.com/Support-Software_Metier_GIT/_git/AI_LAB_MLT
> cd AI_LAB_MLT
- Install dependacies using NPM
> npm install
- Build application using npm build task
> npm run build
- Start application
> npm start
- Open bowser and visit http://localhost:5000 to see the index page
-
As Build Step 1, 2
-
Debug (live reload)
> npm run debug
-
As Build Step 1, 2
-
Test (both ut and e2e)
> npm test
-
As Build Step 1, 2
-
Package (generate pkg folder)
> npm run pkg
- Copy the pkg folder to any target server to deploy