gatsby-theme-events-typescript
Version:
This is a starter kit for GatsbyJS Themes written in TypeScript. It includes the bare essentials for you to get started.
29 lines (19 loc) • 710 B
Markdown
This is a starter kit for Gatsby themes written in TypeScript. It includes the bare essentials for you to get started.
- TypeScript
- ESLint (with custom ESLint rules)
- Basic theme structure
- Styling with Theme UI and [emotion](https://emotion.sh/)
```bash
git clone https://github.com/goncharenko/gatsby-theme-events-typescript.git
cd gatsby-theme-events-typescript
yarn
yarn workspace site develop
```
If this is your first time using Yarn workspaces, [check out the docs](https://yarnpkg.com/lang/en/docs/workspaces/).