This is a really simple project that show the usage of Next.js with TypeScript and Styled Components.
Preview the example live on StackBlitz:
Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-typescript-styled-components with-typescript-styled-components-app
# or
yarn create next-app --example with-typescript-styled-components with-typescript-styled-components-app
Deploy it to the cloud with Vercel (Documentation).
This is an amalgamation of the 2 existing examples: