Sign inSign up

gwoliveira/yo-angular

By gwoliveira

Updated about 11 years ago

The easy way to setup Yeoman generator for AngularJS

Image
0

1.0K

gwoliveira/yo-angular repository overview

How to use this image

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

Tag summary

Content type

Image

Digest

sha256:d611688d4

Size

305.2 MB

Last updated

about 11 years ago

docker pull gwoliveira/yo-angular