Skip to content

Example application of Tolgee React integration library

Notifications You must be signed in to change notification settings

Larsschoen/react-example

 
 

Repository files navigation

Example application of using React with Tolgee

Tolgee

This application is using VITE. To learn more about Tolgee, visit https://tolgee.io.

To run the app in dev mode

To install dependencies, run:

npm install

To run the app in dev mode with in-context translating mode:

  1. Create a project on Tolgee Cloud or use self-hosted Tolgee Server.
  2. Generate an API-KEY
  3. Copy file .env to .env.development.local
  4. Set VITE_APP_TOLGEE_API_KEY to API key obtained in previous step
  5. Run npm run start
  6. Have fun

To run the app in production mode

To build the app for production run:

npm run build

Static website will be generated. To start local server with build app, run:

npm run preview

This repository is automatically re-published from Tolgee JS monorepo.

About

Example application of Tolgee React integration library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.0%
  • CSS 29.5%
  • HTML 2.5%