GeekTrainer / confoo2022-svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConFoo 2022 Svelte

This is a sample project for ConFoo 2022 on Svelte.

Get started

The sample is setup using a development container and VS Code. To setup the project:

  1. Open the MongoDB extension and connect to localhost
  2. Run api/scripts/create-breeds.mongodb to initialize the database
  3. Open a new terminal window by selecting View > Terminal
  4. Run the following to install the packages and run the project
npm install
npm run dev

Local installation

If you are running locally (without a container), you will need the following resources installed:

About


Languages

Language:JavaScript 52.3%Language:Svelte 25.2%Language:Dockerfile 12.1%Language:CSS 6.3%Language:HTML 3.7%Language:Shell 0.3%