Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate frontend to next.js from vite #30

Closed
Tracked by #25
bracesproul opened this issue Mar 18, 2024 · 0 comments · Fixed by #34
Closed
Tracked by #25

Migrate frontend to next.js from vite #30

bracesproul opened this issue Mar 18, 2024 · 0 comments · Fixed by #34
Assignees

Comments

@bracesproul
Copy link
Member

No description provided.

@bracesproul bracesproul mentioned this issue Mar 18, 2024
41 tasks
@bracesproul bracesproul self-assigned this Mar 18, 2024
bracesproul added a commit that referenced this issue Mar 18, 2024
Closes #30 
Closes #29 

## Changes
- Migrate from vite to next.js
- Add `./frontend/Dockerfile` and add `frontend` service to
docker-compose
- Add lint & formatting checks to CI
- Add frontend build check to CI
- Update python CI to not run on frontend changes
- Add `.env.example` to frontend (for `BASE_API_URL`)
- Update some types
- Add eslint rules
- Frontend port is now `3000` (nextjs default)
- Removed all instances of `react-router-dom` in favor of
`next/navigation`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant