Ecommerce template
|
|
||
|---|---|---|
| .vscode | ||
| src | ||
| static | ||
| tests | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| bootstrap.sh | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| playwright.config.ts | ||
| postcss.config.cjs | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn-error.log | ||
| yarn.lock | ||
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.