joulie / docker-angular-php7-mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-angular-php7-mysql

To start a new Angular project you must connect with container and run bash inside.

# docker-compose exec angular bash

Next inside /var/www/html run

# ng new 'project name'

To start created project run

# cd myprojectangular (hosted in src)
# ng serve --host 0.0.0.0

Now you can see your project at http://localhost

warning : this is only a skeleton and you will need to modify src/.gitignore to save any new project

About


Languages

Language:Dockerfile 96.8%Language:Shell 3.2%