Naismith / GatsbyStrapi14565

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

Starting Strapi

cd strapi
npm install
npm run develop

You can access Strapi at http://localhost:1337

Starting Gatsby

Note Because Gatsby is using Strapi as a source, Strapi must have already started up.

cd gatsby
npm install
npm run develop

You can access Gatsby at http://localhost:8000

About


Languages

Language:JavaScript 44.4%Language:CSS 41.0%Language:HTML 14.6%