Files
classquiz-ai/frontend
dependabot[bot] 8e3abcf0ac ⬆️ Bump socket.io-parser from 4.2.2 to 4.2.4 in /frontend
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.4)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 05:23:51 +00:00
..
2023-08-02 10:18:19 +02:00
2023-06-30 14:59:41 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2022-02-27 21:23:57 +01:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-22 18:54:27 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2023-06-30 13:16:12 +02:00
2022-04-28 17:53:00 +02:00
2023-06-30 14:59:41 +02:00
2023-06-30 13:16:12 +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 init svelte@next

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

Note: the @next is temporary

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.