Next App Template.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- with Npm
npm install
- with Yarn
yarn install
- 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.
MIT