Skip to content

fatahnuram/demo-simple-express

Repository files navigation

demo-simple-express

A very simple node js app using express.

How to run the project

  • Locally,

    npm install
    npm run start
  • or using docker container

    docker build -t demo-simple-express .
    docker run -d -p 3000:3000 demo-simple-express
  • then access it on http://localhost:3000/

LICENSE

This project and repository is under MIT LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published