Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jefferson1104/blog-soaresdev

SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS for content management, Google Analytics for site performance monitoring and analysis, and SEO techniques.
https://github.com/jefferson1104/blog-soaresdev

gatsby javascript markdown netlify-cms reactjs

Last synced: 2 days ago
JSON representation

SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS for content management, Google Analytics for site performance monitoring and analysis, and SEO techniques.

Awesome Lists containing this project

README

        


Moveit


technology

technology

technology

technology

technology

##### :memo: About

SoaresDev Blog is a personal project I developed using the React framework Gatsby.js. Technologies and practices include GraphQL for efficient data queries, Markdown file integration for posts, Netlify CMS integration for content management, Google Analytics integration for site performance monitoring and analysis, SEO techniques resulting in a perfect 100 Google Lighthouse score. The blog features posts on technology and programming, aimed at helping and inspiring other developers.

##### :rocket: Main Technologies

##### :cyclone: Run locally

```bash
# Clone este repositório
$ git clone https://github.com/jefferson1104/blog-soaresdev.git

# Acesse a paste do projeto
$ cd blog-soaresdev

# Instale as dependencias do projeto utilizando o gerenciador de pacotes yarn
$ yarn

# Execute uma build do projeto localmente
$ gatsby build

# Após executar a build abra o projeto localmente http://localhost:9000
$ gatsby serve

# Ou execute o projeto localmente http://localhost:8000
$ gatsby develop

```

##### 🎨 Screenshots