Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benja/nextjs-redux
A boilerplate for NextJS applications using Redux Toolkit, TypeScript and styled-components.
https://github.com/benja/nextjs-redux
nextjs redux-toolkit starter-kit styled-components template typescript
Last synced: about 4 hours ago
JSON representation
A boilerplate for NextJS applications using Redux Toolkit, TypeScript and styled-components.
- Host: GitHub
- URL: https://github.com/benja/nextjs-redux
- Owner: benja
- License: mit
- Created: 2020-12-06T13:11:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T04:22:50.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:19:11.749Z (over 1 year ago)
- Topics: nextjs, redux-toolkit, starter-kit, styled-components, template, typescript
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 39
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NextJS, Redux Toolkit, styled-components 🚀
An opinionated Next.js starter template with Redux Toolkit, TypeScript and styled-components (including SSR) by default.
## Installation
```
git clone https://github.com/benja/nextjs-redux project-name
cd project-name
yarn
yarn dev
```Your project will now be running on `localhost:3000`
### Environment variables
To set up your environment variables change `.env.local.example` to `.env.local`## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)