_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
@angular/cli: 6.0.8
node: 6.11.2
npm: 3.10.10
yarn: 0.24.6
os: linux x64
package manager: yarn
docker hub: https://hub.docker.com/r/invertisment/node-angular-git/
git
This image has the same usage as Angular CLI (https://cli.angular.io/)
docker run -it --rm -w /app -v $(pwd):/app alexsuch/angular-cli:1.5.5 ng new my-project-name
docker run -it --rm -w /app -v $(pwd)/my-project-name:/app alexsuch/angular-cli:1.5.5 ng g component sample-component
docker run -it --rm -w /app -v $(pwd)/my-project-name:/app -p 4200:4200 alexsuch/angular-cli:1.5.5 ng serve --host 0.0.0.0
All credits for the CLI go for the Angular CLI team.
This Docker image has been made with ❤️ by Alejandro Such and all these wonderful contributors:
MIT