Docker image to work on Angular projects with angular-cli, google-chrome pre-installed
Make sure you have the latest Docker version installed on your machine.
$ mkdir new-ng2-app
$ cd new-ng2-app
$ docker run -it -v "$PWD":/usr/src -w /usr/src teracy/angular-cli /bin/bash
Starting virtual X frame buffer: Xvfb.
Executing command /bin/bash
root@4b15ab7dbf21:/usr/src# ng --version
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: linux x64
root@4b15ab7dbf21:/usr/src# ng initFor better developer experience with best practices, please follow this blog post:
MIT license. See the LICENSE file.