All Projects â†’ amandeepmittal â†’ Gatsby Bulma Quickstart

amandeepmittal / Gatsby Bulma Quickstart

Licence: mit
🚀 + ⚛ïļ A Quick Way to bootstrap your next Gatsby + Bulma site.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Bulma Quickstart

Gatsby Starter Netlify Cms
Example gatsby + netlify cms project
Stars: ✭ 1,932 (+2200%)
Mutual labels:  gatsby, bulma
bulma-pro
A professional theme for Bulma! https://mubaidr.github.io/bulma-pro/
Stars: ✭ 14 (-83.33%)
Mutual labels:  css3, bulma
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-73.81%)
Mutual labels:  gatsby, bulma
Risingstars2016
A complete overview of the JavaScript landscape in 2016: trends about front-end and node.js frameworks, tooling... Available in English, Japanese and Chinese.
Stars: ✭ 75 (-10.71%)
Mutual labels:  gatsby
Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (-8.33%)
Mutual labels:  gatsby
Svelte Bulma Components
Collection of Bulma UI components to be used in Svelte or standalone
Stars: ✭ 80 (-4.76%)
Mutual labels:  bulma
Gatsby Mdx Netlify Cms Starter
Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
Stars: ✭ 84 (+0%)
Mutual labels:  gatsby
Buefy
Lightweight UI components for Vue.js based on Bulma
Stars: ✭ 9,025 (+10644.05%)
Mutual labels:  bulma
Charcoal
A Vue.js & Bulma Starter Kit.
Stars: ✭ 81 (-3.57%)
Mutual labels:  bulma
Olog
📔 Online Note-Taking Experience | åģæ—ķįĩ感įŽ”čŪ°čŪ°å―•åđģ台
Stars: ✭ 79 (-5.95%)
Mutual labels:  css3
Ayudapy
Platform to help people help people
Stars: ✭ 79 (-5.95%)
Mutual labels:  bulma
30diasdecss
Desafio criar 30 mini projetos utilizando HTML e CSS em 30 dias
Stars: ✭ 1,203 (+1332.14%)
Mutual labels:  css3
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+1357.14%)
Mutual labels:  gatsby
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (-10.71%)
Mutual labels:  css3
Gatsby With Unstructured Data
A simple example of creating pages dynamically in Gatsby without using GraphQL.
Stars: ✭ 83 (-1.19%)
Mutual labels:  gatsby
Chaseohlson
ðŸĪ  My website, built with Gatsby, Styled-Components & DatoCMS
Stars: ✭ 75 (-10.71%)
Mutual labels:  gatsby
Gatsby Starter Docz
📝 Gatsby starter with Docz and a blog for your documentation
Stars: ✭ 81 (-3.57%)
Mutual labels:  gatsby
Reactime
Chrome extension for improving and optimizing performance in React applications (Gatsby and Next.js compatible).
Stars: ✭ 1,219 (+1351.19%)
Mutual labels:  gatsby
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+1351.19%)
Mutual labels:  css3
Gatsby Starter Typescript Rebass Netlifycms
My default Gatsby setup. Includes rich MDX support.
Stars: ✭ 79 (-5.95%)
Mutual labels:  gatsby

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.

ko-fi

Happy Coding! 🎉🎉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].