Skip to content

Angular2, TypeScript and Docker. Based on the official Angular 2 QuickStart

License

Notifications You must be signed in to change notification settings

eduardomartines/angular2-typescript-docker

Repository files navigation

angular-quickstart

Build Status Dependency Status

This project is based on the official Angular 2 quickstart.

Major adjustments:

  • Awesome Docker support (i.e runs unit and e2e tests inside a selenium container)
  • Awesome folder structure (i.e dist, stylesheets)
  • Awesome application of the DRY, YAGNI and KISS principles
  • Awesome refactor so the whole project can be easily renamed, just find by angular-quickstart ;)
  • Removes Wallaby (because it is a paid service)

building & running

docker-compose up --build -d

using

to access the application:

http://localhost:3000

to access the Browser Sync:

http://localhost:3001

testing

to run e2e tests:

docker-compose exec angular-quickstart-dev npm run e2e

to run spec tests:

docker-compose exec angular-quickstart-dev npm run test-once

About

Angular2, TypeScript and Docker. Based on the official Angular 2 QuickStart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published