/gatsby-typescript-starter

Gatsby starter with TypeScript, ESLint, and Prettier

Primary LanguageJavaScriptMIT LicenseMIT

Gatsby logo

Gatsby TypeScript Starter

This is a barebones Gatsby starter with TypeScript, ESLint, and Prettier.

🚀 Quick start

  1. Install the Gatsby CLI
npm install -g gatsby-cli
  1. Create a new site
gatsby new site-name https://github.com/mmgolden/gatsby-typescript-starter
  1. Start developing

Move into the project directory

cd site-name

Start the site

yarn develop

View site at http://localhost:8000/

  1. Build your site

Once you are finished developing, build your site by running:

yarn build

❤️ Credits

Built with Gatsby, a free and open source framework based on React.