Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T01:57:44.000Z (over 6 years ago)
- Last Synced: 2024-11-10T23:43:16.568Z (3 months 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 installnpm 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
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_01.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_02.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_03.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_04.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_05.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_06.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_07.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_08.png)
![](https://raw.githubusercontent.com/icai/nextjs-cnode/master/screenshots/images/topic_09.png)## 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.