Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.18 KB

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: