- Next.js
- TypeScript
- ESLint & Prettier
- base: eslint-config-airbnb
- Tailwind CSS
- Mantine
- tabler-icons-react
- Jotai
- react-use-scrollspy
❯ node --version
v20.8.1
❯ yarn --version
1.22.19
Run the development server:
yarn dev
Build the app for production:
yarn build
and, output will be in ./out
directory.
- cssの整理
- importantをなくすなど
- font変更?
- まじめにSSRを考える
- "use client"をできるだけなくすなど
- SSRとしてのi18n対応
- colorの設定方法を見直す