/next-intl-demo

NextJS Internationalization Demo from PhraseApp

Primary LanguageTypeScriptMIT LicenseMIT

next-intl demo

This is a demo project for a Phrase tutorial on next-intl.

Installation

npm install

Usage

To run the dev server, use the following command:

npm run dev

To build for production, use the following command:

npm run build

Notes

  • This is the completed demo after localization. If you want the starter project before localization check out the start branch.
  • This project was bootstrapped with Create Next App
  • This demo uses the stable version of next-intl. If you want the previous demo that uses the beta version, check out the archive-main-2023-09 branch.