Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 378 Bytes

File metadata and controls

19 lines (12 loc) · 378 Bytes

nextjs-style-components-starter

  • Server side rendered Styled Components with NextJS

  • Full tutorial published medium.com

Getting started

git clone [email protected]:koalamango/nextjs-styled-components-starter.git

npm install
npm run dev

# or

yarn
yarn dev