$ npm install
Create corresponding env file (local.env or dev.env)
#local
$ npm run start
# development
$ npm run start:dev
Deployment to AWS ECS using aws copilot.
$ copilot init
$ aws configure
$ copilot deploy
$ npm install
Create corresponding env file (local.env or dev.env)
#local
$ npm run start
# development
$ npm run start:dev
Deployment to AWS ECS using aws copilot.
$ copilot init
$ aws configure
$ copilot deploy