Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 868 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 868 Bytes

Goal

This is a Next.js project as a POC to project Internationalization using i18n framework.

Requirements

Getting Started

  1. Install dependencies
npm i
# or
yarn install
  1. Run project
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the home page and them change the language as you wish. The tab text and page text should change without any refresh or route change.

Documentations