Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertsmit/microsite-graphql
Example repo.
https://github.com/albertsmit/microsite-graphql
Last synced: about 1 month ago
JSON representation
Example repo.
- Host: GitHub
- URL: https://github.com/albertsmit/microsite-graphql
- Owner: AlbertSmit
- License: mit
- Created: 2021-01-02T12:18:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T22:02:58.000Z (about 4 years ago)
- Last Synced: 2024-11-07T20:08:08.782Z (3 months ago)
- Language: TypeScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```