Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.4 KB

My Svelte Boilerplate

Build Status Code Coverage

Svelte boilerplate to kick-start new project with CSS + Bootstrap

Requirement

Get started

# activate the pnpm package manager
corepack enable

# install npm packages
pnpm install

# watch and serve a dev server at http://localhost:5173/
pnpm start

# Running unit tests
pnpm test

# build the project in production mode. The build artifacts will be stored in the `.svelte-kit/` directory
pnpm build

# extracts i18n messages from source code
pnpm i18n:extract src/lib/i18n/locales/zh-Hant.json

Reference