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: 10 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T04:22:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T02:37:49.486Z (28 days ago)
- Topics: nextjs, redux-toolkit, starter-kit, styled-components, template, typescript
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 37
- Watchers: 1
- 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/)