An opinionated Next.js starter template with Redux Toolkit, TypeScript and styled-components (including SSR) by default.
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
To set up your environment variables change .env.local.example
to .env.local
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.