Simple example frontend
  • Svelte 63.5%
  • TypeScript 33.9%
  • JavaScript 1.7%
  • HTML 0.6%
  • CSS 0.3%
Find a file
Jpcampos123 81b0c62298
Merge pull request #5 from jonatasoli/feat/dompurify
feat: add dompurify to project
2024-12-26 14:13:56 -03:00
.vscode feat: Implementação de componente global de loading com controle via store 2024-10-28 11:40:32 -04:00
src feat: add dompurify to project 2024-12-26 13:10:30 -04:00
static feat: table in the cart layout 2024-11-11 11:41:00 -04:00
tests chore: ajust README 2024-10-10 15:45:25 +02:00
.gitignore feat: Footer Responsive 2024-10-15 11:44:27 -04:00
.npmrc chore: ajust README 2024-10-10 15:45:25 +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
eslint.config.js chore: ajust README 2024-10-10 15:45:25 +02:00
LICENSE Initial commit 2024-10-10 15:42:08 +02:00
package-lock.json feat: config the project theme, profile page, getUser details Api 2024-11-04 10:36:38 -04:00
package.json feat: add dompurify to project 2024-12-26 13:10:30 -04:00
playwright.config.ts chore: ajust README 2024-10-10 15:45:25 +02:00
postcss.config.cjs chore: ajust README 2024-10-10 15:45:25 +02:00
README.md chore: ajust README 2024-10-10 15:45:25 +02:00
svelte.config.js chore: ajust README 2024-10-10 15:45:25 +02:00
tailwind.config.ts feat: config the project theme, profile page, getUser details Api 2024-11-04 10:36:38 -04:00
tsconfig.json feat: create new arrivals section for displaying products 2024-10-22 17:59:22 -04:00
vite.config.ts chore: ajust README 2024-10-10 15:45:25 +02:00
yarn-error.log feat: Create AppBar 2024-10-11 18:52:01 -04:00
yarn.lock feat: add dompurify to project 2024-12-26 13:10:30 -04: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
yarn install

Developing

Start a development server:

yarn dev

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.