Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

cieloazul310/gatsby-starter-aoi-theme

Repository files navigation

This starter is deprecated. Move to new gatsby-aoi monorepo.

Gatsby Starter Aoi Theme

A starter kit for TypeScript-based Gatsby projects Material-UI.

DEMO: https://cieloazul310.github.io/gatsby-starter-aoi-theme/
Netlify: https://gatsby-starter-aoi-theme.netlify.com/

Netlify Status

Features

  • TypeScript
  • Material-UI
  • Storybook
  • Responsive UI
  • Hold App State
  • Dark Mode

Getting Started

gatsby new ${your_project} https://github.com/cieloazul310/gatsby-starter-aoi-theme
cd ${your_project}

# develop
yarn run develop

# build
yarn run build

# serve the production build
yarn run serve

# lint
yarn run lint

# test
yarn run test

docs

See gatsby-theme-aoi repository.

Related Repositories