AlbertSmit / microsite-graphql

Example repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsite GraphQL Example

Example of GraphQL issues I ran into.

Getting Started

To start a new project using Microsite, clone this repo to a new directory:

npm init microsite

To spin up a development server, run:

npm start

To build your production-ready site, run:

npm run build
# or build + serve with
npm run serve

About

Example repo.

License:MIT License


Languages

Language:TypeScript 99.2%Language:CSS 0.8%