This starter template is built with Next.js and styled-components.
Here is the Demo on Vercel (nextjs-styled-components-starter).
- styled-components and Babel config
- Theme provider
- With and without layouts pages
- Custom navbar component
- Some shared components
- Button
- Layout
- Svg icon file structure
- Custom fonts setup
The aim of the template is to provide a starting point for building a Next.js project with some commonly used features and configurations already set up.
You can deploy this template to Vercel with the button below:
You can also clone & create this repo locally with the following command:
npx create-next-app next-starter --example "https://github.com/nurullahkilic/nextjs-styled-components-starter"
Deploy it to the cloud with Vercel (Documentation).
Make sure to install the dependencies:
# yarn
yarn
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
- Update your name in
package.json
. - Just install the dependencies.
- Nurullah Kılıç (@nurullahkilic)