https://github.com/shair2048/task-master
Cross Platform App (web-app)
https://github.com/shair2048/task-master
eas-cli expo npm react-native react-native-web
Last synced: 10 months ago
JSON representation
Cross Platform App (web-app)
- Host: GitHub
- URL: https://github.com/shair2048/task-master
- Owner: shair2048
- Created: 2024-11-02T03:46:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-02T04:09:45.000Z (10 months ago)
- Last Synced: 2025-04-02T05:19:58.012Z (10 months ago)
- Topics: eas-cli, expo, npm, react-native, react-native-web
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Master App





## Set up environment with EAS CLI
### Install EAS CLI. In terminal, run:
npm install -g eas-cli
### In project, run:
eas build:configure
#### Note: You may see a message saying "... cannot be loaded because running scripts is disabled on this system" appear.
#### Open PowerShell with Run as Administrator, run:
Set-ExecutionPolicy RemoteSigned
#### Then type Y and press Enter. In project, run again:
eas build:configure
#### After in PowerShell, run:
Set-ExecutionPolicy Restricted
### Finally, run to create a development build:
eas build --platform android --profile development
#### Details information: https://docs.expo.dev/get-started/set-up-your-environment/?mode=development-build
## Set up in project
### Open terminal and run:
yarn install
### After:
npx expo start