preboot / angularjs-webpack

A complete, yet simple, starter for AngularJS using webpack
MIT License
1.71k stars 658 forks source link

Feature/docker support #87

Open DefeNder93 opened 7 years ago

DefeNder93 commented 7 years ago

Docker support was added. For build, run, stop commands shell scripts were created. Port and container name can be specified. NodeJS + express was used as simple web server.

DefeNder93 commented 7 years ago

@phra benefit from using Docker is good starting point for deploy on production. You right, it's a client-side app, but it needs to be deployed someday, and with Docker, it can be easily done.

itsmunim commented 6 years ago

@phra I think with docker included it becomes a good entry point for people who are looking for a simple enough client side app setup with a backend for frontend(e.g. the node server). Anybody can work from there and make it a full-fledged deployable solution.

But, I agree that for a simple enough client app(e.g. a static portfolio or demo page), it might be an overkill.