ccoyotedev / nextjs-styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a starter template for Next.js and Styled Components.

It is written primarily in Typescript.

Getting started

Using the github client, in your command line run:

gh repo create <my-nextjs-project> --template="https://github.com/ccoyotedev/nextjs-styled-components.git"
cd <my-nextjs-project>
git pull origin main
yarn install

To run the app, in your terminal run:

yarn dev

About


Languages

Language:TypeScript 96.2%Language:JavaScript 3.8%