A Sass Next.js Starter Project

This Next.js starter template has support for Sass. Customizing this template is easy❗️

Start with the pages/index.js, add new pages in the pages directory, and Next.js takes care of the routing.
Cool, huh? 😎

👍 To use this starter run the following commands. The README of the repo has more details.

yarn create next-app my-app -e https://github.com/digitalgnome/my-nextjs-starter
# or
npx creat-next-app my-app -e https://github.com/digitalgnome/my-nextjs-starter

Next.js Resources