https://github.com/sameer-j/get-it-done-app
A cross-platform todo app
https://github.com/sameer-j/get-it-done-app
Last synced: 10 days ago
JSON representation
A cross-platform todo app
- Host: GitHub
- URL: https://github.com/sameer-j/get-it-done-app
- Owner: sameer-j
- Created: 2021-05-28T15:40:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T15:40:48.000Z (about 5 years ago)
- Last Synced: 2025-02-22T19:25:11.783Z (over 1 year ago)
- Language: Java
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This is starter app to help build react/react-native apps for Web, Mobile and Desktop (using Electron).
# Setup
1. Clone the repository `https://github.com/rinku-k/react-cross-platform-starter.git `
2. Run `yarn` or `npm install`
You can optinally fork to keep the code base separate
# Demo screen

# Commands
- Web - `yarn web`
- Electron - `yarn electron`
- Android - `yarn start && yarn android`
- iOS - `yarn start && yarn ios`