Next, TypeScript, Material UI and CSS Boilerplate packed with useful development features.
Created by Norman Plietez @ Plitz7
Repository Main Features:
- Built with Next.JS 13
- React 18
- TypeScript
- We are using CSS Modules and Material UI for styling. If you master CSS then you can switch to Tailwind.
- Import using
@componen,@pages,@liband@stylesprefix - ESLint
- Husky & Lint Staged
- Github Actions
- Default Open Graph
- Site Map — Automatically generate sitemap.xml
-
Using
create-next-appnpx create-next-app -e https://github.com/PlitzCorporation/plitz-one project-name -
Regular Clonning
git clonegit clone https://github.com/PlitzCorporation/plitz-one
Works better with yarn.
yarn install
If you preffer npm make sure you know what you are doing before preceeding.
You can start the server using this command:
yarn dev
Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.tsx.
This starter is using conventional commits, it is mandatory to use it to commit changes.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Check file commitlint.config.js and make sure you understand it to use this CMC rules properly.