Skip to content

Latest commit

 

History

History
 
 

hello-world

Hello World - Example

Setup

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

Available URLs

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 translate welcome keys in your browser language.