1 — Clone the repository.
git clone git@github.com:strapi/strapi-examples.git
2 — Go to the hello-world
example and install the dependencies.
cd hello-world
npm install
3 — Start the server.
npm start
When your application is started you can visit these URLs:
/hello
/hello/:name
- Replece:name
with your name (eg./hello/strapi
)/hello/world/:name
- It use/config/locales/**.json
files to translatewelcome
keys in your browser language.