/DockderNodeExpressGenerator

Express JS skeleton app generator cli

Primary LanguageDockerfileMIT LicenseMIT

express-generator

Express JS skeleton app generator cli

This docker image can be use to generate ExpressJS skeleton app without installing anything other than Docker! Behind the scene it will use Express generator CLI. After generating skeleton app you can then run your own Dockerfile to install dependencies and then run and the Express app.

How to Use

$ docker pull starx/node-express-generator
$ docker run -it --rm -v /${pwd}://usr/src/app -w /usr/src/app starx/node-express-generator:latest

Suggestions & PRs are welcomed!