Skip to content
/ glimmer Public template

✨ Beautiful, sass-packed Next.js starter to ship production-ready apps at lightspeed.

Notifications You must be signed in to change notification settings

sassywares/glimmer

Repository files navigation

Glimmer

✨ Glimmer

Beautiful, sass-packed Next.js starter to ship production-ready apps at lightspeed – from the sassywares team.

Compatible with Next.js 14.0.0+.

  • i18n 🌐 with Next-Intl
  • Tailwind 💅 w/Shadcn UI
  • DDD 🍱 (Domain-Driven Design)
  • Testing 🧪 Unit + E2E (Jest + Cypress)
  • Bombshell 💣 ESLint + Prettier Configuration
  • Fire 🔥 Data Fetching Utils (Axios + React Query + RSC)
  • Dope 😎 Everyday Hooks (useMediaQuery, useLocalStorage, etc.)

Read more about the features here.

  • Simplicity: Keep it simple, stupid.
  • Sass: Sassywares is all about sass, so we pack it in.
  • Speed: Get up and running quickly.
  • Quality: Ship production-ready apps.
  • DDD: Domain-Driven Design is the way to go.

Read more about the philosophy here.

Getting Started

Create a new repo using ✨ Glimmer as a template.

Then, it's just a Next.js app with a few extra goodies:

# Install dependencies
pnpm install

# Start the development server
pnpm dev

# Build for production
pnpm build

# Run the production build
pnpm start

# Run unit tests
pnpm test
pnpm test:watch

# Run E2E tests
pnpm e2e
pnpm e2e:watch

# Lint the codebase
pnpm lint

# Format the codebase
pnpm format

Deployment

For now, I don't have any specifics on deployment, so I'm just gonna copy and paste the Next.js deployment docs here:

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.


That wraps up ✨ Glimmer (so far), there is a lot more coming, please stay tuned and stay sassy!

About

✨ Beautiful, sass-packed Next.js starter to ship production-ready apps at lightspeed.

Resources

Stars

Watchers

Forks