This is the web application for chameleon.
$ npm install @nestjs/cli serverless -g
$ git clone ...
$ cd 【projectName】
$ npm install
$ npm start
$ npm start
$ npm start
> nest start
[Nest] 3905 - 11/29/2019, 4:40:49 PM [NestFactory] Starting Nest application...
[Nest] 3905 - 11/29/2019, 4:40:49 PM [InstanceLoader] AppModule dependencies initialized +20ms
[Nest] 3905 - 11/29/2019, 4:40:49 PM [RoutesResolver] AppController {/}: +6ms
[Nest] 3905 - 11/29/2019, 4:40:49 PM [RouterExplorer] Mapped {/, GET} route +3ms
[Nest] 3905 - 11/29/2019, 4:40:49 PM [NestApplication] Nest application successfully started +4ms
Then browse http://localhost:3000
after also doing an: npm run build
$ sls offline$ sls offline
Serverless: Starting Offline: dev/us-east-1.
Serverless: Routes for index:
Serverless: ANY /
Serverless: ANY /{proxy*}
Serverless: Offline listening on http://localhost:3000
Then browse http://localhost:3000
$ npx ts-node src/swagger.ts
[Nest] 6890 - 2019-03-24 15:11 [NestFactory] Starting Nest application...
[Nest] 6890 - 2019-03-24 15:11 [InstanceLoader] AppModule dependencies initialized +11ms
[Nest] 6890 - 2019-03-24 15:11 [RoutesResolver] AppController {/}: +224ms
[Nest] 6890 - 2019-03-24 15:11 [RouterExplorer] Mapped {/, GET} route +2ms
[Nest] 6890 - 2019-03-24 15:11 [NestApplication] Nest application successfully started +2ms
Then browse http://localhost:3001/api