nextjs-redux
nextjs-redux copied to clipboard
A boilerplate for NextJS applications using Redux Toolkit, TypeScript and styled-components.
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.