Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 523 Bytes

Children-Alarm-Clock

An alarm clock built for parents to help keep their young children on a schedule

Description

Description: Android Based Application

Development

https://reactnative.dev/docs/environment-setup

Complining/Running the app on Windows

  1. Open Windows Powershell
  2. Navigate to the project folder with package.json in it
  3. Run npx react-native start
  4. After the Metro server is running, open a new terminal, and run npx react-native run-android to execute the program on an Android device.