title | emoji | colorFrom | colorTo | sdk | pinned | app_port |
---|---|---|---|---|---|---|
Template Node Express |
🏗️ |
gray |
blue |
docker |
false |
7860 |
A minimalist Docker Space to help people getting started with Node, Express and TypeScript
- Install NVM: https://github.com/nvm-sh/nvm
- Install Docker https://www.docker.com
nvm use
npm i
npm run start
npm run docker
This script is a shortcut executing the following commands:
docker build -t template-node-express .
docker run -it -p 7860:7860 template-node-express