Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 473 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 473 Bytes

Installation

$ npm install

Running the app

Create corresponding env file (local.env or dev.env)

#local
$ npm run start

# development
$ npm run start:dev

Deployment

Deployment to AWS ECS using aws copilot.

Create/Edit Dockerfile

Create/Edit Copilot Env and App (using copilot cli)

$ copilot init

Set your aws credentials using aws cli

$ aws configure

Deploy

$ copilot deploy