Example markdown-style blog using Sapper.
Clone the repo
npx degit joshnuss/blog-template my-blog
Install dependencies and run the project in development mode with:
cd my-blog
yarn
yarn dev
Open up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
Posts are stored in the posts
folder and pages are in the src/routes
folder
To generate a production version of your app, run yarn export
and then deploy it. You can use any host, for example zeit npm install -g vercel
:
yarn export
vercel
MIT