File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# serverless-cnode
2
2
3
- A cnodejs client using next.js deploy to Serverless
3
+ A cnodejs client using Next.js deploy to Serverless
4
+
5
+ ## Flow
6
+
7
+ ![ Deploy Flow] ( ./docs/ssr-deploy-flow.png )
8
+
9
+ ## Feature
10
+
11
+ - [x] Typescript
12
+ - [x] Next.js
13
+ - [x] Express Server
14
+ - [x] LRU Cache
15
+ - [x] Static CDN Deployment
16
+ - [x] Serverless Framework, using Next.js component
4
17
5
18
## Setup
6
19
@@ -12,12 +25,10 @@ $ npm run dev
12
25
13
26
## Build
14
27
15
-
16
28
``` bash
17
29
$ npm run build
18
30
```
19
31
20
-
21
32
## Deploy
22
33
23
34
``` bash
@@ -26,4 +37,4 @@ $ npm run deploy
26
37
27
38
## License
28
39
29
- MIT
40
+ MIT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " serverless-cnode" ,
3
3
"version" : " 0.0.1" ,
4
- "main" : " index.js" ,
5
4
"scripts" : {
6
5
"dev" : " nodemon" ,
7
6
"build" : " next build && tsc --project tsconfig.server.json" ,
You can’t perform that action at this time.
0 commit comments