Skip to content

jzillmann/ui-experiments

Repository files navigation

UI Experiments

Personal collection of trying out small things. Demo

Build Commands

  • npm init downloads all required dependencies
  • npm start runs the app in the development mode, open http://localhost:8080
  • npm run build builds a static copy of the app under build/
  • npm run deploy builds a static copy of your app to docs/

Project Setup History

  • npx create-snowpack-app ui-experiments --template snowpack-svelte-ts-tw
    • Adaptions:
      • PNPM: —use-pnpm
      • Official template: @snowpack/app-template-svelte-typescript
  • Copy .prettierrc and .prettierignore to project
  • Fix deployment to github pages:

See: