Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/gatsby-starter
Gatsby starter for Amazee Labs projects.
https://github.com/amazeelabs/gatsby-starter
Last synced: 2 days ago
JSON representation
Gatsby starter for Amazee Labs projects.
- Host: GitHub
- URL: https://github.com/amazeelabs/gatsby-starter
- Owner: AmazeeLabs
- Created: 2020-11-16T16:09:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T19:59:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T23:32:44.218Z (2 months ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Amazee Gatsby Starter
Kick off your Amazee project with this boilerplate. This starter ships with the
main Gatsby configuration files you might need to get up and running blazing
fast with the blazing fast app generator for React.## Features
- Typescript
- Prettier
- ESLint## π Quick start
1. **Create a Gatsby site.**
Use the
[Gatsby CLI](https://www.gatsbyjs.org/tutorial/part-zero/#using-the-gatsby-cli)
to create a new site, specifying the Amazee starter.```shell
# create a new Gatsby site using the Amazee starter
# TODO: expose starter
gatsby new my-project STARTER_URL
```2. **Start developing.**
Navigate into your new siteβs directory and start it up.
```shell
cd my-project/
pnpm develop
```3. **Open the source code and start editing!**
Your site is now running at `http://localhost:8000`!
_Note: You'll also see a second link: _`http://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](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._Open the `my-project` directory in your code editor of choice and edit
`src/pages/index.tsx`. Save your changes and the browser will update in real
time!