-
Notifications
You must be signed in to change notification settings - Fork 1
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
User Story 1 - React/TS/Jest/Tailwind Boilerplate #1
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.
Including package-lock.json seems a bit excessive, what are others thoughts?
Yes, that file is a bit big, but it should be checked in. See https://stackoverflow.com/questions/44206782/do-i-commit-the-package-lock-json-file-created-by-npm-5 |
Also, thanks for taking a head start on this! |
Add initial boilerplate code for a React/TypeScript/Tailwind project with Jest.
Note: I am not sure how well tailwind is configured yet, but I think building the templates and stuff should be a separate user story. Would be nice to get this merged in soon so we can build off it