Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.51 KB

File metadata and controls

60 lines (37 loc) · 1.51 KB

React Native Enriched Html Web Example

This is a Vite + React web example for the React Native Enriched Html text input component, bootstrapped with Vite's React template.

Getting Started

Step 1: Install dependencies

From the root of the monorepo, install all workspace dependencies:

yarn install

Step 2: Start the development server

Run 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 dev

The app should now be running at http://localhost:5173.

Step 3: Modify your app

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.

Build for production

To create an optimized production build:

yarn build:web

The built files will be in the dist/ directory.

Preview the production build

To preview the production build locally:

yarn preview

Learn More

To learn more about the tools and technologies used: