fetch all dependencies:
npm install
npm install -g http-server karma-cli
continuous development mode:
npm run dev
continuous unit tests:
npm test
serve the application:
npm start
download and run REST API:
git clone https://github.com/ducin-public/itcorpo-api
cd itcorpo-api
npm install
npm start -- -t false # tenant headers are not required
# or
npm start # tenant headers are required
app:
cli: