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.
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.
To learn more about Next.js and the tools we use, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Tailwind documentation - learn about Tailwind