diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-06 17:38:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-06 17:38:08 +0900 |
| commit | 92b595581e5988cd57ebeb982a70c85bfef498c3 (patch) | |
| tree | 5b95c2b0a277ff7670206cdb16638e2ac5143c92 /docs | |
| parent | 811458427593a4172a2cd535cc768db375350dca (diff) | |
| download | kioku-92b595581e5988cd57ebeb982a70c85bfef498c3.tar.gz kioku-92b595581e5988cd57ebeb982a70c85bfef498c3.tar.zst kioku-92b595581e5988cd57ebeb982a70c85bfef498c3.zip | |
feat(client): initialize React + Vite frontend foundation
Set up the client-side React application with Vite bundler:
- Add React 19 and Vite 7 with the React plugin
- Create index.html entry point and App component
- Configure Vite with API proxy to backend server
- Add client build scripts to package.json
- Update tsconfig for React JSX and DOM types
- Fix TypeScript errors in auth code (JWT_SECRET type narrowing)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index c452a51..d4a5462 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -46,7 +46,7 @@ Smaller features first to enable early MVP validation. **Goal**: Minimal UI for user login and registration ### Frontend Foundation -- [ ] Initialize React + Vite +- [x] Initialize React + Vite - [ ] Setup routing - [ ] API client (fetch wrapper with auth headers) - [ ] Auth store (token management) |
