Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oswiil/webcsshtml

SchoolProject blog - graphql
https://github.com/oswiil/webcsshtml

Last synced: 8 days ago
JSON representation

SchoolProject blog - graphql

Awesome Lists containing this project

README

        



Gatsby



Gatsby's default starter

Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.

_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._

## 🚀 Quick start

Actividad 01, HTML + CSS3

Òscar Sánchez Gimenez

## 🚀 Para empezar

1. **Usar Gatsby**
para usar gatsby debemos instalar primero Instalar git. y node.js

el motor del gatsby usa herramientas que requieren de estos programas.

1. **Ir al terminal.**

En el terminal debemos instalar dependencias de la librería React vía NPM.

```sh
npm -v # Para ver la versión.
npm i -g npm # Para actualizar npm.
```

Para usar el gatsby debemos instalar antes un conjunto de dependencias mediante

```sh
yarn install # Para instalar las dependencias de React.
```

2. **Encender el servidor**

Una vez instalado, debemos dirigirnos a la carpeta donde esté el proyecto para ejecutar la funcion; gatsby develop, y poder dirigirnos al host desde el buscador.

en mi caso, para viajar a la carpeta uso la siguiente ruta
`C:\Users\Admin\Downloads\Webcsshtml`.

```sh
gatsby develop #para encender el servidor y poder acceder a nuestro host en el buscador.
```

2. **Encender el servidor**

Ejemplo

```sh
cd C:\Users\Admin\Downloads\Webcsshtml
C:\Users\Admin\Downloads\Webcsshtml> gatsby develop
```

2. **ir al navegador**

El sitio web se encuentra en `http://localhost:8000`!

## 💫 Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)

## 💫 Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)