Built for this tutorial.
Install the dependencies and run the project:
npm install # or yarn
npm run dev
You should see the project running on localhost:3000.
Run:
npm run export
Your compiled project will now sit in __sapper__/export
.
If you'd like to host your static build on Netlify, it's extremely simple:
npm run export
__sapper__/export