All Projects → gvaldambrini → gatsby-starter-bulma-storybook

gvaldambrini / gatsby-starter-bulma-storybook

Licence: MIT license
A minimal Gatsby starter which includes Bulma and Storybook

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gatsby-starter-bulma-storybook

gatsby-typescript-emotion-storybook
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest
Stars: ✭ 63 (+293.75%)
Mutual labels:  storybook, gatsbyjs, gatsby-starter
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (+37.5%)
Mutual labels:  bulma-css, gatsbyjs, gatsby-starter
gatsby-starter-portfolio-minimal-theme
A Gatsby Starter Project to get started with the Portfolio Minimal Theme.
Stars: ✭ 80 (+400%)
Mutual labels:  gatsbyjs, gatsby-starter
lofi
VHS music machine from the 80's
Stars: ✭ 24 (+50%)
Mutual labels:  storybook, gatsbyjs
Bootcamp 2020
Learn to Build Modern Full Stack Serverless Multi-Tenant SaaS Apps and APIs
Stars: ✭ 369 (+2206.25%)
Mutual labels:  storybook, gatsbyjs
gatsby-starter-portfolio-bella
A bright single-page portfolio starter for Gatsby powered by Prismic.io. The target audience are designers and photographers.
Stars: ✭ 125 (+681.25%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-12.5%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-6.25%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-material-ui
A gatsby starter with Material UI
Stars: ✭ 28 (+75%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-apple
🍎 Gatsby blog starter kit with beautiful responsive design
Stars: ✭ 88 (+450%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-advanced-starter
gatsby-advanced-starter for creating blog
Stars: ✭ 15 (-6.25%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (+0%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (+6.25%)
Mutual labels:  gatsbyjs, gatsby-starter
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (+25%)
Mutual labels:  storybook, gatsbyjs
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (+93.75%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-starter-grayscale
Gatsby.js V2 starter template based on Grayscale by startbootstrap
Stars: ✭ 25 (+56.25%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (+212.5%)
Mutual labels:  gatsbyjs, gatsby-starter
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (+81.25%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-react-boilerplate
Gatsbyjs boilerplate
Stars: ✭ 59 (+268.75%)
Mutual labels:  gatsbyjs, gatsby-starter
gatsby-portfolio-v3
🚀 ⚛️ Gatsby Starter Timeline Theme
Stars: ✭ 19 (+18.75%)
Mutual labels:  gatsbyjs, gatsby-starter

gatsby-starter-bulma-storybook

A minimal Gatsby starter which includes Bulma and Storybook to create beautiful responsive web applications.

Features

  • Storybook
  • Bulma (with font-awesome icons)
  • (S)CSS modules
  • Prettier
  • ESLint
  • Jest

Install

Assuming Gatsby CLI is installed, you can run:

gatsby new <project-name> https://github.com/gvaldambrini/gatsby-starter-bulma-storybook

Please note that as the starter uses yarn selective dependency resolutions you have to use yarn as npm client.

Useful yarn commands

Execute the web application dev-server (on port 8000):

yarn develop

Run the Storybook dev-server (on port 9001):

yarn storybook

Execute the tests:

yarn test

Run the linter:

yarn lint

Reformat the code:

yarn format

Build the web application in production mode:

yarn build

Run a local HTML server to test the web application in production mode (on port 9000):

yarn serve
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].