MOVACT / frontend-template

Frontend template we use at MOVACT for new projects. Includes Next.js, Tailwind CSS, Typescript, Jest, ESLint & Prettier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the frontend starter template wie use at MOVACT. It includes our default tech stack, namely:

  • Typescript
  • Next.js
  • Tailwind CSS
  • ESLint & Prettier
  • Jest
  • SVGR for SVG imports as React components

Other than that it contains no additional packages but we frequently use SWR for data fetching, react-hook-form for forms, next-seo for structured data, title and meta data handling.

Getting Started

You can use this template by clicking the "Use this template" button on GitHub or by cloning the repository.

To get started install the dependencies and run the following:

npm run dev

# or

yarn dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js and the tools we use, take a look at the following resources:

About

Frontend template we use at MOVACT for new projects. Includes Next.js, Tailwind CSS, Typescript, Jest, ESLint & Prettier


Languages

Language:JavaScript 72.7%Language:TypeScript 19.6%Language:CSS 7.7%