Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.