/next-with-SC-starter

simple setup of current configs to get up and running quickly with Next and Styled-Components.

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

This includes setup for styled-components and TypeScript with Nextjs.

Getting Started

First, install dependencies:

npm install
# or
yarn add

Then run the development server:

npm run dev
# or
yarn add