/angular2-seed

Angular 2 Seed

Primary LanguageShell

Angular2 Seed

This is based on this article. Original code can be check here

To run this code just use docker. Please type these command on terminal

$ docker build -t angular2-seed .
$ docker run -d -p 3000:3000 --name angular2-seed -v $(pwd):/angular2-seed angular2-seed:latest

Then open your browser and type this URL http://localhost:3000. You will see message “Loading…” for a second, followed by "Hello Angular 2!".