/angular2fun

The Angular 2 tour of heroes demo with a gulp build

Primary LanguageTypeScript

npm i
gulp build
gulp serve

or with docker

docker build -t local/angular2fun:latest .
docker run -p 3000:3000 -p 3001:3001 -it local/angular2fun:latest