Deploy a Node Js App on AWS EC2
Test the project locally
Clone the project
git clone https://github.com/<user-name>/<repo-name>.git
cd <repo-name>
code .
touch .env
Setup the following environment variables - (.env) file
PORT=""
Initialise and start the project
npm install
...
nodejs-app-deploy-aws.hashnode.dev2 min read