-
Notifications
You must be signed in to change notification settings - Fork 9
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
init with vite, react, typescript and tailwind #1
Conversation
nexxeln
commented
Nov 7, 2023
- set up a basic vite + react project
- set up eslint with basic rules for react and typescript projects
- set up tailwind
- set up prettier
- set up ci using github actions
@@ -0,0 +1,4 @@ | |||
{ | |||
"useTabs": true, |
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.
I am personally a space person, maybe discuss this?
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.
tabs are more accessible. its an objective statement that tabs are better
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.
Fine
@Dhananjay-Chauhan I need write access, branch protection seems to be not configured |
I have configured it. |
@WizzyGeek Write access granted. |
Why are you not using swc? @nexxeln |
no need, vite is more than enough and also swc is a huge binary |
I agree that the vite is enough but swc offers faster compilation. The builds will take less time. |
our site isn't gonna be that big to make a meaningful difference. especially with vit wifi speeds where downloading a huge binary is gonna waste a lot of time |