Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perminder-klair/kickoff-gatsbyjs
- Owner: perminder-klair
- License: mit
- Created: 2018-02-08T05:37:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:07:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T15:59:53.261Z (about 2 months ago)
- Topics: boilerplate, cms, gatsbyjs, graphql, kickoff-gatsbyjs, netlify, react, reactjs
- Language: JavaScript
- Homepage: https://kickoff-gatsbyjs.netlify.com/
- Size: 5.06 MB
- Stars: 6
- Watchers: 0
- Forks: 6
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```