Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perminder-klair/kickoff-gatsbyjs

A react starting point using GatsbyJS
https://github.com/perminder-klair/kickoff-gatsbyjs

boilerplate cms gatsbyjs graphql kickoff-gatsbyjs netlify react reactjs

Last synced: about 1 month ago
JSON representation

A react starting point using GatsbyJS

Awesome Lists containing this project

README

        

# Kickoff GatsbyJs

A starting point using ReactJs, bundled with awesome GatsbyJs v4.

[Demo](https://kickoff-gatsbyjs.netlify.com/)

## Stack

- [GatsbyJs](https://www.gatsbyjs.org/)
- [React.js](https://reactjs.org/)
- [tailwindcss](https://tailwindcss.com/)
- [headlessUI](https://headlessui.dev)
- [heroicons](https://heroicons.com)
- [Tailwind Blocks](https://tailblocks.cc/)

## To use

- Fork or download this repository
- Ready!

To change site config `./utils/config.js`

## Setup

Run:

```
yarn install
```

## Development

To start development server

```
yarn start
```

## Deployment

```
yarn run build
yarn serve
```

## Lint code and check errors

Using Eslint and Prettier

```
yarn lint
```