Mobile Application Scaffold (Issue #12) #13
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "djwesty/12"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These changes address issue 12.
Added here is the mobile application scaffold, with no actual function features. This was generated with
npx create-expo-app@latest
I've also added some prettier and eslint configs to help us develop with consistent style and code cleanliness. You should install these VSCode plugins, as now linked in the
README.md
package-lock.json
is also commited, as is usually advised. This file is generated however, and need not be manually reviewedGreat work on setting up the project structure! It looks solid for the next steps.
Useful information about Prettier and ESLint. I’ll make sure to install these plugins as mentioned.
This file gives a good starting point for the app's main screen.
Thank you for the feedback.
@Vutukuri15 you can approve the PR when you are ready, then I can merge