Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.27 KB

Brackets

Description

Landing page for a made up entertainment agency which products offer virtual experiences while in the comfort of your own home. Application was created as a way to grasp the basic concepts of gatsby, contenful, and material-ui.

Instruction/Use

Gatsby is a React-based framework decoupling content and development workflows through the use of its data layer technology known as GraphQL. GraphQl allows developers to query for the data you need all in one place. See gatsby docs at https://www.gatsbyjs.com/docs/tutorial/part-4/ for more information.

Begin gatsby site by using Gatsby CLI for quick boilerplate templates
npm i -g gatsby-cli
To create a new application using gatsby use the command gatsby new or if you do not wish to install Gatsby CLI you can create a new site by running npm init gatsby instead. Follow Gatsby CLI prompts to configure your new gatsby site.

For this application download example template or clone repo. Instal it and run:

npm i
npm run develop | gatsby develop

Demo of Application

Brackets Landing Page

Deployed Link: https://bracketexploremain.gatsbyjs.io/