Skip to content

markselby9/gatsby-starter-typescript-pwa

 
 

Repository files navigation

Gatsby starter with TypeScript and PWA

Netlify Status

🥅 Added in this starter

This project is a fork of official default starter, with some added features which I personally prefer.

  1. TypeScript support
  2. Offline support
  3. Added a service worker script
  4. eslint, tsc check, etc.

🚀 Quick start

  1. Create a Gatsby site.

    gatsby new my-default-starter https://github.com/markselby9/gatsby-starter-typescript-pwa.git
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-default-starter/
    gatsby develop
  3. Open the source code and start editing!

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

    Note: You'll also see a second link: https://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 my-default-starter directory in your code editor of choice and edit src/pages/index.tsx. Save your changes and the browser will update in real time!

💫 Deploy

Deploy to Netlify

About

The default Gatsby starter with TypeScript and PWA support added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.6%
  • TypeScript 16.3%
  • JavaScript 11.1%