/cloudfortress-front-door

way too complicated door clicker

Primary LanguageJavaScript

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