An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# express-hello-world

This is a simple express application.

# Overview

![hello_world](/img/hello_world.png)

![hello_ahmed](/img/hello_ahmed.png)

# 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).