next-booster
v2.0.0
Published
Propulse your Next.js application with a minimal state of the art template.
Downloads
17
Maintainers
Readme
Next.js Booster
Propulse your Next.js application with a minimal state of the art template.
A minimal template to propulse your Next.js application with a state of the art tech stack, lint and format rules:
Goal
The goal is to provide a minimal template for Next.js applications in TypeScript. The template is meant to be as minimal as possible, just enough to kick start your application without having to write boilerplate code.
By using a very small set of features, this template aims to be easy to update so that latest packages are always in use. This comes with some benefits:
- Easily maintanable
- Easily extendable
- Suits most needs
Recommended libraries
State management.
We recommend using Zustand.
Styling
We recommend giving a look at TailwindCSS.