-
Login into your AWS Account and setup the new application
-
Follow the simple steps provided by the wizard on the screen
-
You can config as automatic deployment, then when a pull request is approved, it automatically triggers a new deployment for the latest code version
-
Set the Build Settings as below:
-
Build command:
npm install && npm run build
-
Start command:
npm run start:prod
-
Port:
3000
At the Service Settings section Environment Variables, add each variable as mentioned on file .env.example