npxnext
v1.0.8
Published
My boilerplate for site templates on Solana
Downloads
52
Readme
Solana - NextJS - Boilerplate
Install command
- App name:
<appname> - Package manager:
<package manager>npm/pnpm/yarn
npx npxnext <appname> <package manager>Preset create-next-app and shadcn options
NextJS docs
- --ts
- --tailwind
- --eslint
- --app
- --src-dir "no"
- --turbo
- --use-
<package manager>
Shadcn docs
- --default
- Base Colour: Zinc
- CSS variables: true
Description
- Creates a Next app with preset feature flags.
- Inits shadcn using default settings.
- Add relevant solana deps.
- Add other boilerplate packages for state & data management.
- Creates base contexts.
- Creates base hooks for umi.
- Creates base components.
- Creates site map (WIP).
- Inits Sentry.
- Inits Posthog.
TODO:
- [x] Enable pnpm/yarn/npm selection
- [x] Automate the create next app process
- [x] Automate the shadcn init process
- [ ] Turn app into a template on GH rather than through file imports.
- [ ] Add more boilerplate packages
- [ ] Add more base components
- [ ] Add more base hooks
- [ ] Create proper example pages
