/gatsby-svg-import-example

Import SVG in your Gatsby TypeScript project with Storybook

Primary LanguageCSS

Gatsby + Storybook + TypeScript + SVG

All goodness together

How do I see it?

  • Clone this repo
git clone https://github.com/hhimanshu/gatsby-svg-import-example
cd gatsby-svg-import-example
  • Install dependencies
yarn install
  • Start the App
yarn start

Visit http://localhost:8000

  • Start Storybook
yarn storybook

Visit http://localhost:6006

All done!