Skip to content

heraldofsolace/nodejs-app-backstage-demo

Repository files navigation

Express.js Sample App

This is a simple Express.js application generated using the Express application generator.

Local Development

Prerequisites

  • Node.js
  • npm

Steps

  1. Clone the repository:
git clone https://github.com/Umoren/Nodejs-App
  1. Navigate to the project directory:
cd Nodejs-App
  1. Install the dependencies:
npm install
  1. Start the server:
npm start

The application is now running at http://localhost:3000.