chriswburke / gatsby-bulma-quickstart

πŸš€ + βš›οΈ A Quick Way to bootstrap your next Gatsby + Bulma site.

Home Page:https://tender-raman-99e09b.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Bulma Quickstart

A Quick Way to bootstrap your next Gatsby + Bulma site.

ss

Demo πŸ’―

Features πŸš€

  • Gatsby v2
  • Bulma CSS
  • Responsive design
  • Google Analytics
  • SEO
  • Netlify Deployment

Languages and Frameworks βš›οΈ

  • Gatsby
  • Bulma
  • SASS
  • GraphQL

How to use it? πŸ‘¨β€πŸ’»

You need npm and Gatsby CLI installed on your development machine.

1. Clone the repository/Installation

If you have Git installed on your system you can run the following command:

git clone https://github.com/amandeepmittal/gatsby-bulma-quickstart.git

Otherwise you can directly download it clicking on download button on this repository.

2. Running in development mode

Go inside gatsby-bulma-quickstart/ directory and run the following command:

npm run develop

3. Open the source code and start editing!

The site is now running at http://localhost:8000.

Open gatsby-bulma-quickstart/ directory in your code editor of choice and edit it. Save your changes and the browser will update them in real time!

4. Add your own Google Analytics Id

Once you have google-analytics tracking id for your site, you can configure in gatsby-config.js file:

resolve: `gatsby-plugin-google-analytics`,
  options: {
    // Your Tracking Id πŸ‘‡
    trackingId: 'UA-XXXXXXXX-X',
    anonymize: true
    }
  }

Contact me

If you find any possible improvement or suggestion related to code or UI/UX please contribute by submitting a PR.

You can also back or support this project for me to keep it updated by Buying Me a Coffee

Happy Coding! πŸŽ‰πŸŽ‰

About

πŸš€ + βš›οΈ A Quick Way to bootstrap your next Gatsby + Bulma site.

https://tender-raman-99e09b.netlify.com/

License:MIT License


Languages

Language:JavaScript 95.7%Language:CSS 4.3%