An open API service indexing awesome lists of open source software.

https://github.com/pagepro/gatsby-ready-to-go


https://github.com/pagepro/gatsby-ready-to-go

Last synced: 3 months ago
JSON representation

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