Skip to content

Stycket/webapptest

Repository files navigation

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

Installation

Prerequisites

Building and run without Docker

nvm use
npm i
npm run start

Building and running with Docker

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published