Skip to content

jzillmann/ui-experiments

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: