All Projects → duncanleung → gatsby-typescript-emotion-storybook

duncanleung / gatsby-typescript-emotion-storybook

Licence: MIT license
Gatsby Starter: TypeScript + Emotion + Storybook + React Intl + SVGR + Jest

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to gatsby-typescript-emotion-storybook

gatsby-contentful-typescript-starter
Gatsby.js starter with TypeScript and Contentful
Stars: ✭ 15 (-76.19%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-antoine
My opinionated Gatsby.js starter
Stars: ✭ 17 (-73.02%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-i18n-bulma
A gatsby multilanguage template with bulma and i18n: it is a work in progress...
Stars: ✭ 22 (-65.08%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-wiki
Creating a Knowledgbase using Gatsby.js and React.js (see final product ->
Stars: ✭ 32 (-49.21%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+376.19%)
Mutual labels:  gatsby, emotion, gatsbyjs
gatsby-wordpress-typescript-scss-blog
Gatsby Wordpress Typescript Blog Boilerplate
Stars: ✭ 50 (-20.63%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Starter Portfolio Emma
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 253 (+301.59%)
Mutual labels:  gatsby, emotion, gatsbyjs
gatsby-starter-highlights
Gatsby.js V2 starter template based on highlights by HTML5 UP
Stars: ✭ 15 (-76.19%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-multiverse
Gatsby.js V2 starter template based on multiverse by HTML5 UP
Stars: ✭ 14 (-77.78%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
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 (+98.41%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Discord Fork
An open source Discord Bot List made with GatsbyJS
Stars: ✭ 60 (-4.76%)
Mutual labels:  gatsby, jamstack, gatsbyjs
Gatsby Starter Foundation
A starter to launch your blazing fast personal website and a blog, Built with Gatsby and Netlify CMS. Made with ❤ by Stackrole
Stars: ✭ 135 (+114.29%)
Mutual labels:  gatsby, jamstack, gatsbyjs
gatsby-plugin-lunr
Gatsby plugin for full text search implementation based on lunr client-side index. Supports multilanguage search.
Stars: ✭ 69 (+9.52%)
Mutual labels:  gatsby, jamstack, gatsbyjs
WebSheets-Listing-Page
This is a Gatsby template for creating a catalogue websites based on Google Sheets data.
Stars: ✭ 29 (-53.97%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-breeze
A Gatsby starter for graceful blogging in Chinese.
Stars: ✭ 44 (-30.16%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-ghost-novela-starter
A Gatsby starter for creating blogs from headless Ghost CMS.
Stars: ✭ 31 (-50.79%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-developer-diary
An official Gatsby blog template designed for web developers. Blazing fast, it includes beautful web developer topic tags and social-media links
Stars: ✭ 76 (+20.63%)
Mutual labels:  gatsby, jamstack, gatsby-starter
gatsby-starter-fractal
Gatsby.js V2 starter template based on Fractal by HTML5 UP
Stars: ✭ 19 (-69.84%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
gatsby-starter-paradigmshift
Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP
Stars: ✭ 16 (-74.6%)
Mutual labels:  gatsby, gatsbyjs, gatsby-starter
Gatsby Starter Prismic
A typography-heavy & light-themed Gatsby Starter which uses the Headless CMS Prismic.
Stars: ✭ 381 (+504.76%)
Mutual labels:  gatsby, emotion, gatsbyjs

Gatsby TypeScript Emotion JS Storybook JS

Gatsby + TypeScript + Emotion + Storybook
(and React Intl + SVGR + Jest)

Netlify Status Dependabot

About

This repo is a starter to get a Gatsby + TypeScript + Emotion project (with React Intl + SVGR + Jest) working with Storybook.

You can use this starter as a launch point or reference the gatsby-config.js and /.storybook/webpack.config.js config to see how to get the libraries working with Storybook.

Integrated Libraries

📖 Related Reading

I wrote some blog posts that document my learnings from setting up this starter.

🚀 Quickstart

There are few dependencies to install on your local machine to begin.

  1. Install Node

    Install node. Using Node Version Manager and Node.js version >= 8.2.1 is recommended (so that npx comes bundled).

    After Node is set up locally, check out the repo to your local machine and install the rest of the project dependencies by running:

  2. Create a Gatsby Site

    Use the Gatsby CLI to create a new site, specifying this starter.

    # create a new Gatsby site using the blog starter
    npx gatsby new gatsby-typescript-emotion-storybook https://github.com/duncanleung/gatsby-typescript-emotion-storybook
  3. Local Development

    Navigate into your new site’s directory and start the dev server and start developing locally, run:

    cd gatsby-typescript-emotion-storybook
    
    yarn dev

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the gatsby-typescript-emotion-storybook directory in your code editor of choice and edit src/pages/index.tsx. Save your changes and the browser will update in real-time!

    Environment Variables

    Environment variables can be used to control various features or configurations. These environment variables are accessed at build time.

    Locally, dotenv allows storing env vars in a .env file.

    If you are just starting, rename the .env.sample to .env to get the base variables to run the project locally.

    Read the docs on how Gatsby handles env vars.

    Typescript

    Types for this project are declared in /src/@types.

    The config is located in the tsconfig.json file in the root.

  4. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the gatsby-starter-typescript-storybook directory in your code editor of choice and edit src/pages/index.tsx. Save your changes and the browser will update in real-time!

  5. Run Storybook

    Storybook allows for Component Driven Development. Start up the storybook runtime by running this script:

    Start running Storybook's local development environment.

    yarn storybook
  1. Run Tests

    Jest and React Testing Library provide test running and rendering.

    Start running Jest

    yarn test // runs jest CLI
    yarn test:watch // runs jest with --watch flag

    The Jest config will look for test files with the naming convention *.test.ts or *.test.tsx.

    The convention in this project is to co-locate tests in a sub-directory called __tests__, in the same directory that the component or functions live.

    Global mocks are located in the __mocks__ directory in the root of the project, while local mocks are co-located where they are used. Mock test data should be added under sub-directory data within the __tests__ directory, ex: __tests__/data/component-test-data.ts

    Jest automatically creates a __snapshots__ directory if you happen to be using snapshot testing.

    To find out more about testing, look at the following resources:

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src is a convention for “source code”.

  3. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  4. .prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.

  5. gatsby-browser.js: This file is where Gatsby expects to find any usage of the Gatsby browser APIs (if any). These allow customization/extension of default Gatsby settings affecting the browser.

  6. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the config docs for more detail).

  7. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby Node APIs (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

  8. gatsby-ssr.js: This file is where Gatsby expects to find any usage of the Gatsby server-side rendering APIs (if any). These allow customization of default Gatsby settings affecting server-side rendering.

  9. LICENSE: Gatsby is licensed under the MIT license.

  10. package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  11. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  12. README.md: A text file containing useful reference information about your project.

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

💫 Deploy

Deploy to Netlify

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