Skip to content

Latest commit

 

History

History
 
 

hello-world

Hello World - Example

Setup

1 — Clone the repository.

git clone [email protected]: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