Skip to content
/ frontend-template Public template

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

Notifications You must be signed in to change notification settings

MOVACT/frontend-template

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published