astroskill/astroskill-front
2024-10-06 17:53:14 +02:00
..
.idea [front & back] initial release 2024-10-06 01:00:56 +02:00
src [front & back] initial release 2024-10-06 01:00:56 +02:00
static [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
.gitignore [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
.npmrc [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
.prettierignore [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
.prettierrc [front] restarted frontend with functional flowbite 2024-10-03 19:22:27 +02:00
eslint.config.js [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
package.json [front & back] initial release 2024-10-06 01:00:56 +02:00
pnpm-lock.yaml [front] restarted frontend with functional flowbite 2024-10-03 19:22:27 +02:00
postcss.config.js [front] restarted frontend with functional flowbite 2024-10-03 19:22:27 +02:00
README.md [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02:00
svelte.config.js [front] node adapter 2024-10-06 17:53:14 +02:00
tailwind.config.js [front & back] initial release 2024-10-06 01:00:56 +02:00
vite.config.js [front] I LOVE FRONTEND 2024-09-26 15:01:33 +02: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.