https://github.com/ahmnouira/express-hello-world
This is a simple node application designed to run in multiple ways: #locally #doker container #doker hub
https://github.com/ahmnouira/express-hello-world
bootstrap3 express javascript node-js nodejs
Last synced: 1 day ago
JSON representation
This is a simple node application designed to run in multiple ways: #locally #doker container #doker hub
- Host: GitHub
- URL: https://github.com/ahmnouira/express-hello-world
- Owner: ahmnouira
- License: mit
- Created: 2019-08-22T00:48:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:38:04.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T06:07:04.998Z (1 day ago)
- Topics: bootstrap3, express, javascript, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# express-hello-world
This is a simple express application.
# Overview


# Running this app
This app is designed to run in different ways:
1. As a standalone app running on your machine.
## 1. As a standalone app
1. install [node.js](https://nodejs.org/en/) or run `sudo apt-get install nodejs`.
2. `git clone` the project then `cd` into the directory.
3. run `npm install` to install the application dependencies.### running the app
After installing, run the server using `npm start`.
Access the running app in a browser at the URL written to the console (http://localhost:5000).