Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 641 Bytes

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