You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center">A progressive <ahref="http://nodejs.org"target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <ahref="https://angular.io"target="blank">Angular</a>.</p>
Boilerplate for using NestJS with GraphQL (Code-First) on serverless environment (AWS Lambda)
4
+
Follow the discussion: https://github.com/nestjs/docs.nestjs.com/issues/96
30
5
31
6
## Installation
32
7
@@ -38,38 +13,20 @@ $ npm install
38
13
39
14
```bash
40
15
# development
41
-
$ npm run start
42
-
43
-
# watch mode
44
16
$ npm run start:dev
45
17
46
-
# production mode
47
-
$ npm run start:prod
48
-
```
49
-
50
-
## Test
18
+
# serverless-offline
19
+
$ npm run start:sls
51
20
52
-
```bash
53
-
# unit tests
54
-
$ npm run test
55
-
56
-
# e2e tests
57
-
$ npm run test:e2e
58
-
59
-
# test coverage
60
-
$ npm run test:cov
21
+
# deploy
22
+
$ npm run deploy:sls
61
23
```
62
24
63
-
## Support
64
-
65
-
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
0 commit comments