Skip to content

okkedek/node-starter

Repository files navigation

Node Express starter

Run in dev mode:

HOST=0.0.0.0 PORT=3000 npm run dev

Build and run the docker image:

$ docker build -t app .
$ docker -e HOST=0.0.0.0 -e PORT=3000 run -p 3000:3000 --name app app

http://localhost:3000/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published