/gatsby-styled-components-starter

This is a simple project scaffold for Gatsby.js + Styled Components along with already configured Stylelint and ESLint

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Gatsby

Gatsby & Styled Components Starter

This is a simple project scaffold for Gatsby.js + Styled Components along with already configured Stylelint, ESLint and testing tools.

🚀 Quick start

  1. Use this template and install files.

    npm install
  2. Start developing.

    gatsby develop
    # You can also use this command that runs with a special flag, that allows to open localhost on your mobile device
    
    npm run develop
  3. Open the source code and start editing!

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

📦 What's inside?

  • Gatsby with basic plugins
  • Prettier
  • ESLint & AirBnB config
  • Styled Components
  • Jest & React Testing Library
  • Axios