diana-moreno / paradise-hotel

Simple hotel website developed with server-side rendering with Gatsby

Home Page:https://paradise-hotel.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paradise Hotel

Main

Introduction

Paradise Hotel is a simple hotel website developed with server-side rendering with Gatsby. The only purpose of the project was to learn Gatsby and try to improve SEO and performance in a website. As you can see, the audits are so hight!

Audits

You can run the deployed project here: https://paradise-hotel.netlify.com/

Technical Description

Backend (server-side rendering): Gatsby with GraphQL and DatoCMS

Usage

Prerequisites:

  • Install Node.js if you haven't yet (https://nodejs.org/es/). Npm is needed but is included installing Node.js.

Next steps:

Running:

  • Open in your localhost the project:

    npm run start
    

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

Optional

  • If you want to make some changes, you can see a preview of production with the following command:
    npm run serve
    
    Your site is now running at http://localhost:9000!

About

Simple hotel website developed with server-side rendering with Gatsby

https://paradise-hotel.netlify.com/

License:MIT License


Languages

Language:JavaScript 99.7%Language:CSS 0.3%