This is NextJs starter kit for cloudscape design system.
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
- Next.js - for server-side rendering
- Cloudscape design system - for UI components
- React - for UI components
- React Query - for state management
- React Hook Form - for form validation
- Zod - for form validation
- Axios - for api calls
- Date-fns - for date formatting
- Zustand - for state management
@tanstack/react-query
- for state managementzod
- for form validation@auth/nextjs
- for authenticationaxios
- for api callsdate-fns
- for date formattingzustand
- for state management
- Routes
- Components
- Contexts
- Hooks
- Types
- Utils
- Constants
- Services
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Cloudscape.design - learn about Cloudscape design system.