Templates
Some template to quickly initialize projects and start developing right away:
Next.js
nextarter-chakra (opens in a new tab)
nextarter-chakra is a template to initialize PWA-ready (disabled by default) Next.js (opens in a new tab) app with Chakra-UI (opens in a new tab) and TypeScript (opens in a new tab) setup.
Instant Deploy
(opens in a new tab)
(opens in a new tab)
or
npx degit sozonome/nextarter-chakra <app_name>
or create a new repository (opens in a new tab) from nextarter-chakra | repository (opens in a new tab)
nextarter-daisy (opens in a new tab)
nextarter-daisy is a template to initialize PWA-ready (disabled by default) Next.js (opens in a new tab) app with tailwindCSS (opens in a new tab) - daisyUI (opens in a new tab) and TypeScript (opens in a new tab) setup.
Instant Deploy
(opens in a new tab)
(opens in a new tab)
or
npx degit sozonome/nextarter-daisy <app_name>
or create a new repository (opens in a new tab) from nextarter-daisy | repository (opens in a new tab)
nextarter-mui (opens in a new tab)
nextarter-mui is a template to initialize PWA-ready (disabled by default) Next.js (opens in a new tab) app with Material UI v5 (opens in a new tab) and TypeScript (opens in a new tab) setup.
Instant Deploy
(opens in a new tab)
(opens in a new tab)
or
npx degit sozonome/nextarter-mui <app_name>
or create a new repository (opens in a new tab) from nextarter-mui | repository (opens in a new tab)
Vite
vite-react-chakra-starter (opens in a new tab)
Instant Deploy
(opens in a new tab)
(opens in a new tab)
npx degit sozonome/vite-react-chakra-starter <app_name>
or create a new repository (opens in a new tab) from vite-react-chakra-starter | repository (opens in a new tab)