waleedabdeen / next-ts-shadcnui

This is a boilerplate that includes rect-next-js, typescript and shadcn/ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next + Typescript + Shadcn/ui

This is a boilerplate that includes react-next-js, typescript and shadcn/ui

Components

Shadcn/ui contains ready components that can be added to the project using the command npm run add:components

Linting

Linting is configured with Eslint 8.x, which yses a new config file .eslintrc.json. To lint all files manually, run npm run lint

Formatting

The project is configured to format the code using prettier. If you are using vscode, the files will auto format upon saving. Just make sure that prettier plugin esbenp.prettier-vscode for vscode is installed.

About

This is a boilerplate that includes rect-next-js, typescript and shadcn/ui


Languages

Language:TypeScript 87.4%Language:CSS 11.0%Language:JavaScript 1.6%