-
Notifications
You must be signed in to change notification settings - Fork 60
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
Scaffold react app #107
Scaffold react app #107
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.
In this PR the project is set up in /src/coral/**
and I think it mixes up with the API code. I would suggest that we setup coral
directly to the repository root. Later, we can consider moving all Java related stuff into its own directory as well.
src/coral/.npmrc
Outdated
@@ -0,0 +1,2 @@ | |||
node-version>=16.0.0<=16.18.0 | |||
engine-strict=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.
Missing newline in the end
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.
Ugh, again 🙈 Sorry I didn't catch that. Linting setup should come next I guess 😅
💡 that sounds good. Should I make a new PR for that one? It seems out of scope for this issue 🤔
|
Definitely out of the scope 👍 |
Sorry, was a bit too quick typing. I would do the |
About this change - What it does
/coral
includes a vite scaffold react appyarn
ornpm
instead ofpnpm
is preventedResolves: #102