/next-app-compact-template

This compact starter kit is composed of Next.js(app dir) and Mantine UI, with some useful hooks. It uses Typescript and an opinionated directory structure for maximum dev confy-ness. Happy Coding 🎉

Primary LanguageTypeScriptMIT LicenseMIT

logo

Next App Template.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Table of Contents

Installation

  • with Npm
npm install
  • with Yarn
yarn install

Feature

  • Next.js - Minimalistic framework for server-rendered React applications.
  • Typescript - Superset of JavaScript which primarily provides optional static typing, classes and interfaces.
  • ESLint - The pluggable linting utility.
  • Prettier - Opinionated Code Formatter.
  • MantineUI - A fully featured React components library.
  • Framer-motion - An open source, production-ready motion library for React on the web.
  • And more.

License

MIT