Skip to content

perminder-klair/kickoff-gatsbyjs

Repository files navigation

Kickoff GatsbyJs

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

Demo

Stack

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