Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 443 Bytes

Simple Sapper & Prismic example site

The default Sapper template, with content being pulled from Prismic.

Getting started

Download the project code, then you can install dependencies and run the project in development mode with:

npm install
npm run dev

This will a local server at localhost:3000 where you can see the site in action.