Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levimykel/prismic-sapper-example
Simple example website using Sapper and Prismic
https://github.com/levimykel/prismic-sapper-example
Last synced: about 2 months ago
JSON representation
Simple example website using Sapper and Prismic
- Host: GitHub
- URL: https://github.com/levimykel/prismic-sapper-example
- Owner: levimykel
- Created: 2020-04-17T14:59:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:38:40.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:27:47.211Z (almost 2 years ago)
- Language: JavaScript
- Size: 373 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Sapper & Prismic example site
The default [Sapper](https://github.com/sveltejs/sapper) template, with content being pulled from [Prismic](https://prismic.io).
## Getting started
Download the project code, then you can install dependencies and run the project in development mode with:
```bash
npm install
npm run dev
```This will a local server at [localhost:3000](http://localhost:3000) where you can see the site in action.