kote2kote / max-next-ts_practice

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/kote2kote/max-next-ts_practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example app with next-sass

This example demonstrates how to use Next.js' built-in Global Sass/Scss imports and Component-Level Sass/Scss modules support.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-next-sass with-next-sass-app
# or
yarn create next-app --example with-next-sass with-next-sass-app

Run production build with:

npm run build
npm run start
# or
yarn build
yarn start

Deploy it to the cloud with Vercel (Documentation).

About

Created with CodeSandbox

https://codesandbox.io/s/github/kote2kote/max-next-ts_practice


Languages

Language:TypeScript 59.8%Language:SCSS 39.0%Language:JavaScript 1.1%