Made with Sapper and exported as a static site.
- CSS: Tailwind css.
- CSS compiler: PostCSS.
- CSS linting: Stylelint.
- Code linting: Eslint.
- Formatting: Prettier.
- Images processing: Svelte-image.
- Based on sapper-template-rollup templete.
git clone https://github.com/wildpow/sapper-portfolio.git
cd sapper-portfolio
npm install
npm run devOpen up localhost:3000 and start clicking around.
Consult sapper.svelte.dev for help getting started.
Sapper expects to find two directories in the root of your project — src and static.
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.