Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albertsmit/microsite-graphql

Example repo.
https://github.com/albertsmit/microsite-graphql

Last synced: about 1 month ago
JSON representation

Example repo.

Awesome Lists containing this project

README

        

# 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
```