preciazo/sepa/sitio2
2024-11-24 19:37:30 -03:00
..
src dejar seleccionar EAN 2024-11-24 19:37:30 -03:00
static favicon 2024-09-14 12:23:35 -03:00
.env.example deploy 2024-09-14 12:48:45 -03:00
.gitignore enable sentry 2024-09-14 12:06:36 -03:00
.npmrc sitio2 v0.0 2024-09-14 10:34:36 -03:00
.prettierignore sitio2 v0.0 2024-09-14 10:34:36 -03:00
.prettierrc sitio2 v0.0 2024-09-14 10:34:36 -03:00
components.json format 2024-09-14 12:07:05 -03:00
drizzle.config.ts format 2024-09-14 12:07:05 -03:00
eslint.config.js sitio2 v0.0 2024-09-14 10:34:36 -03:00
package.json usar maplibre 2024-11-13 09:19:27 -03:00
postcss.config.js sitio2 v0.0 2024-09-14 10:34:36 -03:00
README.md sitio2 v0.0 2024-09-14 10:34:36 -03:00
svelte.config.js deploy 2024-09-14 12:48:45 -03:00
tailwind.config.ts pagina para ver precios historicos 2024-09-22 16:39:04 -03:00
tsconfig.json sitio2 v0.0 2024-09-14 10:34:36 -03:00
vite.config.ts enable sentry 2024-09-14 12:06:36 -03:00

create-svelte

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

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.