This is just a basic introduction / example of Express JS.
Project Requirements:
✅ Node.js
Sources:
express-basic
├─ node_modules
├─ .gitignore
├─ index.js
├─ package-lock.json
├─ package.json
└─ README.md
- Node.js
- Heroku
To clone this repository to your device:
git clone https://github.com/itshally/express-basic.gitOnce you've cloned it successfully, directly go to the directory folder and install the dependencies:
cd express-basic
npm iIf everything is all set up, you can run it locally:
node indexI deployed it on Heroku. Live View