Go to file
Derrick Hammer 195bea0cf6 *Initial version 2022-05-25 21:29:59 -04:00
.github/workflows *Initial version 2022-05-25 21:29:59 -04:00
src *Initial version 2022-05-25 21:29:59 -04:00
.gitignore *Initial version 2022-05-25 21:29:59 -04:00
LICENSE *Initial version 2022-05-25 21:29:59 -04:00
README.md *Initial version 2022-05-25 21:29:59 -04:00
gatsby-browser.ts *Initial version 2022-05-25 21:29:59 -04:00
gatsby-config.ts *Initial version 2022-05-25 21:29:59 -04:00
package.json *Initial version 2022-05-25 21:29:59 -04:00
tsconfig.json *Initial version 2022-05-25 21:29:59 -04:00
yarn.lock *Initial version 2022-05-25 21:29:59 -04:00

README.md

Gatsby

Gatsby minimal TypeScript starter

🚀 Quick start

  1. Create a Gatsby site.

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

    # create a new Gatsby site using the minimal TypeScript starter
    npm init gatsby
    
  2. Start developing.

    Navigate into your new sites directory and start it up.

    cd my-gatsby-site/
    npm run develop
    
  3. Open the code and start customizing!

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

    Edit src/pages/index.tsx to see your site update in real-time!

  4. Learn more

🚀 Quick start (Gatsby Cloud)

Deploy this starter with one click on Gatsby Cloud:

Deploy to Gatsby Cloud