https://github.com/pagepro/gatsby-ready-to-go
https://github.com/pagepro/gatsby-ready-to-go
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagepro/gatsby-ready-to-go
- Owner: Pagepro
- Created: 2021-02-26T15:30:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T01:54:10.000Z (about 4 years ago)
- Last Synced: 2025-03-22T06:01:44.560Z (3 months ago)
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gatsby Ready To Go Starter
Everything you need to create an amazing Gatsby project.
## What's inside?
- **Gatsby v2**
- **Typescript**
- **Theme UI and Emotion**
- **Storybook**
- **Plop.js**
- **gitlab-ci.yml file**
- **Prettier and ESLint**This starter includes React v16 to compatibility with Emotion. More info [here](https://github.com/emotion-js/emotion/pull/1970).
## Getting started
The best way to start with this template is using the Gatsby CLI.
```
npx gatsby new gatsby-ready-to-go https://github.com/Pagepro/gatsby-ready-to-go
```If you prefer you can clone this repository and run the following commands inside the project folder:
1. `npm install` or `yarn`;
2. `yarn start`;To view the project you can open `http://localhost:8000`.
## Other Available Scripts
`yarn storybook`
Runs the [Storybook](https://storybook.js.org/docs/react/get-started/introduction) app in the development mode.\
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.The page will reload if you make edits.
`yarn plop`
Use it to create needed file templates in `src/components` directory.
`yarn lint`
Use it to lint your project.
---
Made with ♥ by Pagepro