Skip to content

Fron-End for frank.gairal.com written in Svelte

Notifications You must be signed in to change notification settings

gairal/frank-fo-svelte

Repository files navigation

frank.gairal.rocks Svelte App workflow

A PWA built with TypeScript, Svelte, Vite, Jest, Prettier, eslint and ❤️

TOC

Quick Start

# clone the repo
git clone git@github.com:gairal/frank-fo-svelte.git

# enter the repo directory
cd frank-fo-svelte

# install the dependencies
bun i

# start the vite process
bun start

# access the app on http://localhost:3000

Commands

  • bun run build: bundles the app for production
  • bun dev: launches a vite watcher
  • bun lint: lints the whole sources and tests with eslint
  • bun start: runs the project in production mode
  • bun test-cov: runs Jest tests with coverage
  • bun run test: runs Jest tests