https://github.com/icai/nextjs-cnode
A cnodejs client using Next.js
https://github.com/icai/nextjs-cnode
koa koa-router nextjs ssr typescript
Last synced: 2 months ago
JSON representation
A cnodejs client using Next.js
- Host: GitHub
- URL: https://github.com/icai/nextjs-cnode
- Owner: icai
- License: mit
- Created: 2018-09-21T08:26:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T01:57:44.000Z (over 7 years ago)
- Last Synced: 2025-02-25T23:46:00.459Z (over 1 year ago)
- Topics: koa, koa-router, nextjs, ssr, typescript
- Language: JavaScript
- Homepage: http://next.w3cub.com/
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextjs-cnode
> A cnodejs client using next.js
## Setup
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Deploy
```
pm2 start
```
- https://github.com/zeit/next.js/wiki/Deployment-on-Nginx's-reverse-proxy
## Process
- [x] 所有页面渲染逻辑
- [ ] token登录及cookie存储
- [ ] 回复发布
- [ ] 缓存机制
## Screenshots









## Referance
- https://nextjs.org/docs/
- https://github.com/zeit/next.js/tree/master/examples
- https://github.com/estrada9166/server-authentication-next.js
- https://github.com/zeit/next.js/wiki/
## License
Copyright (c) 2018 Terry Cai. Licensed under the MIT license.