Node.js on AWS with GitLab by CodeWithDragos Setup Copy the following files / folders in your GitLab project: package.json .gitignore deploy.sh .gitlab-ci.yml Folders: src/ Push the code in your GitLab repo Getting Started 🚀 Please install dependencies by running: npm install Run the project You can run the project with: npm start Made with 🧡 in Berlin by @CodeWithDragos