-
Notifications
You must be signed in to change notification settings - Fork 2
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 to vite.js and Typescript (fully typed) #204
Conversation
7b4896a
to
71a7456
Compare
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.
Nice work, can't wait to see the improvement while working on player 😮
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.
Nice!
I guess that all files in .yarn/sdks/ are automatically generated so I didn't review them (I guess they can be trusted).
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.
🐪
This PR adds vite as the bundler (instead of Create React App) and moves all files to typescript.
The code organisation is inspired by bullet proof react with the
modules
folder and then repartition by "feature".Imports are absolute with path aliases:
@/
points to/src
closes #133