Build any app that will work across multiple targets: web, mobile, desktop using React and TypeScript.
# Install dependencies for entire project
yarn
# Start development server
yarn dev
# Test all packages
yarn test
# Build all packages
yarn build
Inspired and special thanks to brunolemos who setup his DevHubApp