Copy .env.local.template
to .env.local
and setup it.
yarn dev
This command starts processes:
- Hyperview app backend server with HXML templates
- Expo development server
If .env.local
changed then run command with --clear
option.
yarn dev --clear