Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phpjsnerd/angular5-quickstart
Angular 5 Docker Development Stack for Windows ( With Persisted node_modules)
https://github.com/phpjsnerd/angular5-quickstart
angular-2 angular-2-quickstart angular-5-quickstart angular-cli angular-quickstart angular-tour-of-heroes angular4 angular5 angular5-boilerplate angular5-development-enviornement angular5-docker angular5-example angular5-windows base-project boilerplate-application docker example-app example-code example-project example-repo
Last synced: 3 days ago
JSON representation
Angular 5 Docker Development Stack for Windows ( With Persisted node_modules)
- Host: GitHub
- URL: https://github.com/phpjsnerd/angular5-quickstart
- Owner: phpjsnerd
- Created: 2018-01-17T00:47:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T00:50:07.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T08:06:31.276Z (about 1 month ago)
- Topics: angular-2, angular-2-quickstart, angular-5-quickstart, angular-cli, angular-quickstart, angular-tour-of-heroes, angular4, angular5, angular5-boilerplate, angular5-development-enviornement, angular5-docker, angular5-example, angular5-windows, base-project, boilerplate-application, docker, example-app, example-code, example-project, example-repo
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Creating Node.Js Enviornment:
http://bitjudo.com/blog/2014/03/13/building-efficient-dockerfiles-node-dot-js/
Don't build node_modules every time!
https://gist.github.com/dweinstein/9468644
Keep node_modules in Seperate fs layer:
http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.htmlDemo Dockerfile:
https://github.com/jdleesmiller/docker-chat-demo/tree/03-dependenciesAnother Example Dockerfile:
https://github.com/dockersamples/example-voting-app/blob/7629961971ab5ca9fdfeadff52e7127bd73684a5/result-app/Dockerfile#L8