0.1.0 • Published 1 year ago

ts-gatsby-starter v0.1.0

Weekly downloads
-
License
0BSD
Repository
-
Last release
1 year ago

🚀 Quick start

  1. Create a Gatsby site.

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

    # create a new Gatsby site using the Thought Shop starter
    gatsby new [app-name] https://github.com/thoughtshop/ts-gatsby-starter
  2. Copy git hooks.

  3. Start developing.

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

    cd [app-name]/
    yarn dev
  4. Open the code and start customizing!

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

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

  5. Learn more