Skip to content

A Strapi CMS built with Gatsby

License

Notifications You must be signed in to change notification settings

chlzslvdr/strapi-gatsby-cms-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strapi-gatsby-cms-starter

This Demo Project is bootstrapped with Strapi - Gatsby CMS Starter

Getting started

Start the backend server

cd backend

# Using yarn
yarn
yarn develop

# Using npm
npm install
npm run develop

Strapi server is running here => http://localhost:1337

Start the frontend server

cd frontend

# Using yarn
yarn
yarn develop

# Using npm
npm install
npm run develop

Gatsby server is running here => http://localhost:8000