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

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

Notifications You must be signed in to change notification settings

itshally/express-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published