An open API service indexing awesome lists of open source software.

https://github.com/jemjemzms/react-gatsby-blog

My first simple blog made in GatsbyJS, a great technology for building blazing fast static websites
https://github.com/jemjemzms/react-gatsby-blog

Last synced: 15 days ago
JSON representation

My first simple blog made in GatsbyJS, a great technology for building blazing fast static websites

Awesome Lists containing this project

README

        

# react-gatsby-blog

## What is this?
My first simple blog made in GatsbyJS, a great technology for building blazing fast static websites.

## Features

This boilerplate features:

* ReactJs
* Gatsby GraphQL
* Server side rendering

## Additional Installs

* gatsby-source-filesystem
* gatsby-transformer-remark
* gatsby-plugin-catch-links

## Quick start

1. Clone this repo using `git clone https://github.com/jemjemzms/react-gatsby-blog.git`
2. Move to the appropriate directory: `cd /react-gatsby-blog`.

3. Run gatsby develop.

4. Open the browser and look into http://localhost:8000.

## 💫 Demo

[See Demo at Netlify](https://react-gatsby-blog.netlify.com)