Simple example frontend
  • Svelte 58.9%
  • TypeScript 34.7%
  • Shell 5%
  • JavaScript 0.6%
  • Dockerfile 0.3%
  • Other 0.5%
Find a file
2026-05-16 21:19:37 +02:00
.vscode build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
.woodpecker chore: add Claude config, project documentation, and CI pipeline 2026-04-21 08:43:28 +02:00
cypress test: add Cypress E2E and Vitest unit test infrastructure 2026-04-21 08:44:03 +02:00
src test: add Cypress E2E and Vitest unit test infrastructure 2026-04-21 08:44:03 +02:00
static Feat: implementation Pix payment 2025-03-06 17:49:16 -04:00
tests chore: ajust README 2024-10-10 15:45:25 +02:00
.gitignore test: add Cypress E2E and Vitest unit test infrastructure 2026-04-21 08:44:03 +02:00
.npmrc build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
.prettierignore chore: ajust README 2024-10-10 15:45:25 +02:00
.prettierrc chore: ajust README 2024-10-10 15:45:25 +02:00
AGENTS.md chore: update AGENTS.md and opencode config 2026-05-16 21:19:37 +02:00
bootstrap.sh Feat: implemented searchPage 2025-03-19 17:29:50 -04:00
cypress.config.ts test: add Cypress E2E and Vitest unit test infrastructure 2026-04-21 08:44:03 +02:00
Dockerfile build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
eslint.config.js build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
LICENSE Initial commit 2024-10-10 15:42:08 +02:00
opencode.json chore: update AGENTS.md and opencode config 2026-05-16 21:19:37 +02:00
package.json build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
playwright.config.ts chore: ajust README 2024-10-10 15:45:25 +02:00
pnpm-lock.yaml build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
postcss.config.cjs build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
README.md build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
svelte.config.js build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
tailwind.config.ts build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
tsconfig.json build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
vite.config.ts build: migrate from yarn to pnpm and update project configs 2026-04-21 08:43:21 +02:00
vitest.config.ts test: add Cypress E2E and Vitest unit test infrastructure 2026-04-21 08:44:03 +02:00

fast-ecommerce-template

Template for fast-ecommerce project

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Get Start

# install dependencies
pnpm install

Developing

Start a development server:

pnpm dev

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

Testing

# Unit tests
pnpm test:unit

# E2E tests (Cypress)
pnpm test:integration

# Coverage
pnpm test:coverage

Code Quality

# Lint check
pnpm lint

# Format code
pnpm format

# Type check
pnpm check