Boilerplate Nextjs with custom server (express.js)
npm i
npm run dev
or with docker
npm run dev:docker
to check:
npm run static:check
to fix:
npm run static:fix
https://nextjs.org/docs/basic-features/pages#server-side-rendering
host/api
- HTTP requests (Client) -
ky
- HTTP requests (Server)-
ky-universal
- Validation -
zod
- Forms -
react-hook-form
- Styles - `styled-components
- Static analysis code -
eslint
,prettier
- Asynchronous state management -
@tanstack/react-query
- SSR
- Fast Refresh
- ESLint
- TypeScript
- Theme
- Express api endpoints
- Module path aliases (use @ imports only for nextjs application)