https://github.com/kat-tax/hello-world
https://github.com/kat-tax/hello-world
cross-platform react-native react-native-web react-native-windows starter-kit
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kat-tax/hello-world
- Owner: kat-tax
- Created: 2022-04-17T09:07:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T03:33:49.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T03:41:12.427Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 753 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# HelloWorld
> A production-ready [React Native](https://reactnative.dev) + [Web](https://necolas.github.io/react-native-web) + [Windows](https://microsoft.github.io/react-native-windows) template for [ULT](https://ult.dev).
## Prerequisites
> Follow the [React Native CLI Quickstart](https://reactnative.dev/docs/environment-setup) guide to setup your dev environment.
## Installation
> Follow the instructions at [ULT](https://ult.dev). Alternatively, since this is a React Native template, you can also run:
```
npx react-native init MyApp --template ult-template-default
```
## Commands
> After installation, choose a task to run with `npm`, `yarn`, or `pnpm`.
| Task | Description |
| ----------| -----------------------------------|
| web | Run the __Web__ app |
| ios | Run the __iOS__ app |
| macos | Run the __MacOS__ app |
| windows | Run the __Windows__ app |
| android | Run the __Android__ app |
| build | Build platforms |
| start | Start dev servers |
| generate | Generate config & assets |
## Technologies
- [React](https://react.dev)
- [React Native](https://reactnative.dev)
- [React Native Web](https://necolas.github.io/react-native-web)
- [React Native Windows](https://microsoft.github.io/react-native-windows)
- [React Native Bootsplash](https://github.com/zoontek/react-native-bootsplash)
- [React Native SVG App Icon](https://github.com/aeirola/react-native-svg-app-icon)
- [React Native SVG Transformer](https://github.com/kristerkari/react-native-svg-transformer)
- [React Native Ultimate Config](https://github.com/maxkomarychev/react-native-ultimate-config)
- [React Router](https://reactrouter.com)
- [Storybook](https://storybook.js.org)
- [Tamagui](https://tamagui.dev)
- [Lingui](https://lingui.dev)
- [Metro](https://facebook.github.io/metro)
- [Vite](https://vitejs.dev)
- [RNX](https://microsoft.github.io/rnx-kit)