-
Notifications
You must be signed in to change notification settings - Fork 85
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
General project refactor #60
Conversation
- Add all-contributors scripts - bump version number - update keywords
…art into allContributors
- General code clean-up - Removal of useless or duplicated files and entrypoints - Fixed URL for `electron` platform (use local filesystem one) - Use of `react-native` template placeholders - Higher resolution favicon image - Extra `script` fields, all platforms can be build with `npm run <platform>` - Removal of `additionalDependencies` file after they are installed
Ok, so thanks to a current client interested on |
This pull-request acomplish several things:
re-base
template generates a project that works untouched on Android, web and Electron (should work on iOS, but I can't be able to test it)re-base
template to make it as minimal and out-of-the-way as possiblepackage.json
, so there's no need to learn external tools, everything can be build withnpm run <platform>
andnpm run <platform>:release
.re-base
template (still untested, but should work)