Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alephao/gatsby-starter
Gatsby starter focused on developer productivity
https://github.com/alephao/gatsby-starter
eslint gatsby gatsby-starter gatsby-template gatsbyjs prettier react-helmet tailwindcss ts typescript
Last synced: 23 days ago
JSON representation
Gatsby starter focused on developer productivity
- Host: GitHub
- URL: https://github.com/alephao/gatsby-starter
- Owner: alephao
- License: 0bsd
- Created: 2021-01-08T19:32:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T19:33:21.000Z (about 4 years ago)
- Last Synced: 2024-11-10T02:13:59.767Z (3 months ago)
- Topics: eslint, gatsby, gatsby-starter, gatsby-template, gatsbyjs, prettier, react-helmet, tailwindcss, ts, typescript
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gatsby's starter## What's included
* Typescript
* Prettier
* ESLint
* Tailwindcss
* ReactHelmet## π Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, specifying this starter.
```shell
gatsby new my-project https://github.com/alephao/gatsby-starter
```1. **Start developing.**
Navigate into your new siteβs directory and start it up.
```shell
cd my-project/
npm run develop
```