/try-hyperview

Minimal Hyperview setup

Primary LanguageJavaScript

minimal Hyperview setup

Development

Local configuration

Copy .env.local.template to .env.local and setup it.

Start development

yarn dev

This command starts processes:

  • Hyperview app backend server with HXML templates
  • Expo development server

Reset cache

If .env.local changed then run command with --clear option.

yarn dev --clear