https://github.com/chase-allen-tech/next-redux-ts
Web project which use graphql as backend
https://github.com/chase-allen-tech/next-redux-ts
api graphql nextjs redux redux-saga
Last synced: about 1 month ago
JSON representation
Web project which use graphql as backend
- Host: GitHub
- URL: https://github.com/chase-allen-tech/next-redux-ts
- Owner: chase-allen-tech
- License: mit
- Created: 2021-04-24T03:58:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T13:21:31.000Z (about 4 years ago)
- Last Synced: 2025-02-16T07:41:21.700Z (3 months ago)
- Topics: api, graphql, nextjs, redux, redux-saga
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## Features
- Minimal but well structured
- No CSS, only TypeScript
- We can learn these stacks:
- [next](https://npm.im/next)
- [react](https://npm.im/react)
- [redux](https://npm.im/redux) and [react-redux](https://npm.im/react-redux)
- [redux-thunk](https://npm.im/redux-thunk)
- [reselect](https://npm.im/reselect)
- [recompose](https://npm.im/recompose)## Usage
```bash
# installation
$ git clone https://github.com/saltyshiomix/nextjs-todo-app.git
$ cd nextjs-todo-app
$ yarn (or `npm install`)# development mode
$ yarn dev (or `npm run dev`)# production mode
$ yarn build (or `npm run build`)
$ yarn start (or `npm start`)
```