-
Notifications
You must be signed in to change notification settings - Fork 90
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
Migrating from CRA to Vite #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when running yarn start
on your branch, it doesn't start on port 3000
our tests suite uses HAR files as pre-recorded backend mocks. |
trying to use localhost instead of 127.0.0.1, as it solved the same problem for someone else: |
Yup. That is why I was using localhost earlier. I came across that same stack overflow link when I was debugging. Good to know that it works now! |
Description
Followed the instructions to migrate from CRA to Vite - https://dev.to/henriquejensen/migrating-from-create-react-app-to-vite-a-quick-and-easy-guide-5e72
Fixes Issue 77 - #77