Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 930 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 930 Bytes

Express Basic

This is just a basic introduction / example of Express JS.

Project Requirements:

✅ Node.js

Sources:

Files

express-basic
├─ node_modules
├─ .gitignore
├─ index.js
├─ package-lock.json
├─ package.json
└─ README.md

Technologies

  • Node.js
  • Heroku

Install

To clone this repository to your device:

git clone https://github.com/itshally/express-basic.git

Once you've cloned it successfully, directly go to the directory folder and install the dependencies:

cd express-basic
npm i

If everything is all set up, you can run it locally:

node index

Deployment

I deployed it on Heroku. Live View

Author

Hally