/nextjs-typescript-bulma-boilerplate

Typescript boiler plate for Next.js with Bulma using Typescript to quickly kick off a new project

Primary LanguageTypeScriptMIT LicenseMIT

About this project

Logo's of Next.js, Typescript and Bulma

Typescript boiler plate for Next.js, using Typescript. See also my DEV Community post

How to start

  • Create a project: npx create-next-app my-website --use-npm --example "https://github.com/rogiervandenberg/nextjs-typescript-bulma-boilerplate"
  • Run npm run dev
  • Build your own stuff!