1 — Clone the repository.
git clone git@github.com:strapi/strapi-examples.git2 — Go to the hello-world example and install the dependencies.
cd hello-world
npm install3 — Start the server.
npm startWhen your application is started you can visit these URLs:
/hello/hello/:name- Replece:namewith your name (eg./hello/strapi)/hello/world/:name- It use/config/locales/**.jsonfiles to translatewelcomekeys in your browser language.