Skip to content

A minimalist Docker project to get started with Node and Express. Ready to be used in a Hugging Face Space.

License

Notifications You must be signed in to change notification settings

jbilcke-hf/template-node-express

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

A minimalist Docker project to get started with Node and Express. Ready to be used in a Hugging Face Space.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages