This is a Vite + React web example for the React Native Enriched Html text input component, bootstrapped with Vite's React template.
From the root of the monorepo, install all workspace dependencies:
yarn installRun the following command from the root of the monorepo or from the apps/example-web directory:
# From root - using Turbo
yarn example-web dev
# OR directly in this workspace
yarn devThe app should now be running at http://localhost:5173.
Now that you have the development server running, let's make changes!
Open src/App.tsx in your text editor of choice and make some changes. When you save, your app will automatically update and reflect these changes.
To create an optimized production build:
yarn build:webThe built files will be in the dist/ directory.
To preview the production build locally:
yarn previewTo learn more about the tools and technologies used:
- Vite Documentation - Learn more about Vite
- React Documentation - Learn more about React
- TypeScript Documentation - Learn more about TypeScript
- Turbo Documentation - Learn more about Turbo monorepo management