Skip to content

Portfolio using Sapper, Cypress, PostCSS and TailwindCSS

Notifications You must be signed in to change notification settings

wildpow/sapper-portfolio

Repository files navigation

My Portfolio

Made with Sapper and exported as a static site.

Running the project

git clone https://github.com/wildpow/sapper-portfolio.git
cd sapper-portfolio
npm install
npm run dev

Open up localhost:3000 and start clicking around.

Consult sapper.svelte.dev for help getting started.

Structure

Sapper expects to find two directories in the root of your project — src and static.

src

The src directory contains the entry points for your app — client.js, server.js and (optionally) a service-worker.js — along with a template.html file and a routes directory.