Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OrangeXC/gank
🦅 Gank api base △ next.js (react&ssr)
https://github.com/OrangeXC/gank
antd antd-mobile mobx nextjs nprogress pwa react ssr
Last synced: 4 months ago
JSON representation
🦅 Gank api base △ next.js (react&ssr)
- Host: GitHub
- URL: https://github.com/OrangeXC/gank
- Owner: OrangeXC
- License: mit
- Created: 2017-10-19T07:30:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:02:14.000Z (about 2 years ago)
- Last Synced: 2024-08-01T00:39:18.632Z (6 months ago)
- Topics: antd, antd-mobile, mobx, nextjs, nprogress, pwa, react, ssr
- Language: JavaScript
- Homepage: https://ganck.herokuapp.com/
- Size: 3.88 MB
- Stars: 131
- Watchers: 4
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nextjs - Gank - A Next.js App use gank-api, mobx and antd (Apps)
- fucking-awesome-nextjs - Gank - A Next.js App use gank-api, mobx and antd (Apps)
README
## Introduction
next.js(react ssr repo) and gank api
## Features
* Use react SSR framework [next.js](https://github.com/zeit/next.js)
* UI ant design [antd](https://ant.design/)
* Mobile UI ant design [antd-mobile](https://mobile.ant.design/index-cn)
* Support PWA with [next-offline](https://github.com/hanford/next-offline)
* Progress bar [nprogress](http://ricostacruz.com/nprogress/)
* State management [mobx](https://mobx.js.org/)
* Fetch Api instead ajax## Pages
* Home page (all types list)
* Front end page
* Android page
* iOS page
* App page
* Expand page
* Free videos page
* Welfare images page
* Timeline page
* Post gank form page
* Search gank page## Develop
``` bash
# install dependencies
$ yarn# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start
```## License
Gank is [MIT licensed](https://github.com/OrangeXC/gank/blob/master/LICENSE).