Skip to content

Express is a minimal and flexible Node.js web application framework

Notifications You must be signed in to change notification settings

northflank-examples/http2-node-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northflank Node Express Example

Northflank

Deploy this Node Express Server easily with Northflank:

  • Clone this repository
  • Select this repository in Northflank when creating a new service
  • Expose port 80
  • Wait for the app to build and visit the newly assigned URL. That's it!

Live Demo

https://example--node-express--examples--nort-kcwl.code.run

About Express

Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

Getting Started 🚀

Set up your local development environment by following these steps:

  1. Install packages.
npm install
# or
yarn install
  1. Start the development server.
npm run start
# or
yarn start

The live development website should now appear at http://localhost:3000

About

Express is a minimal and flexible Node.js web application framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published