Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 483 Bytes

File metadata and controls

25 lines (17 loc) · 483 Bytes

Sample blog using gatsby and templating

This is a sample bloogin platform using Gatsby (React & GraphQL) and markdown

Setup

0. Install global dependencies

$  yarn add gatsby-transformer-remark gatsby-source-filesystem

1. Install dependencies

$ yarn

2. Run the app

$ gatsby develop

http://localhost:8000 - Client http://localhost:8000/___graphql - GraphiQL