This repository contains the sample app for the article: How to Localize JavaScript and React Apps with Lingui.
If you want to run this repository on your local development environment, open your command line terminal and follow these steps:
Clone the repository:
git clone git@github.com:crowdin-community/QuizStats-Lingui.git
Navigate to the newly created folder "QuizStats-Lingui":
cd QuizStats-Lingui
Install the dependencies:
npm install
Run the app:
npm run dev
The sample app is built using the Vite CLI and its React template. If you want to install Lingui on another React project that doesn't use Vite, follow this guide on Lingui's website. It also uses Tailwind CSS for styling, but you can use any CSS framework you prefer.