The easy way to setup Yeoman generator for AngularJS
1.0K
docker run -it -p 9000:9000 -p 35729:35729 -v ~/app:/src gwoliveira/yo-angular
After that you gonna be inside a docker container with Yeoman generator for AngularJS installed.
for example:
yo angular
Run grunt for building and grunt serve for preview
remember to change the hostname from localhost to 0.0.0.0 in Gruntfile.js
options: {
port: 9000,
hostname: 'localhost', // Change this to '0.0.0.0' to access the server from outside.
livereload: 35729
}
Look into generator-angular for more informations
Content type
Image
Digest
sha256:d611688d4…
Size
305.2 MB
Last updated
about 11 years ago
docker pull gwoliveira/yo-angular