Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![](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.