Skip to content

kinakomotitti/angular-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-project-template

steps

define the new application name.

Change the ANGULAR_APP_NAME in .env file.
This name will be used when you execute the docker compose up command.

run the docker compose.

dokcer compose up -d Then the docker will creaete a new application "ANGULAR_APP_NAME" in "angular directory"

Q&A

how to set variable value in docker compose yaml file?

Can do it with .env.

want to disalbe angular CLI analitics. how?

To disable the question of angular CLI analitics, should set the following environment variable. NG_CLI_ANALYTICS=false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published