A prototype application for business registration in Germany, guiding users through the process of registering a business and applying for a tax number.
This application provides a streamlined digital experience for registering a business and applying for a tax number in Germany. It guides users through the necessary information collection and form completion process.
The application is deployed at: https://gruenden-prototype.prod.tech.digitalservice.dev/
- Framework: Next.js
- UI Components: Kern UX React Kit + Tailwind
Install dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 to view the application.
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLintnpm run type-check- Run TypeScript type checking