Skip to content

ducin-public/angularjs-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJS training

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

additional resources

additional software used

app:

cli:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published