Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.1 KB

Next.js + TypeScript + Tailwind CSS Multi-language Example

This is a simple example of using React Context to build a multi-language web app which gets its data from JSON files.

Note: This repo is just for demo purpose, you can use next-i18next powerful features to internationalize your app.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

git clone https://github.com/hsngdz/next-multi-language-example.git
cd next-multi-language-example && npm install
npm run dev

Deploy it to the cloud with Vercel (Documentation).