Coder Social home page Coder Social logo

borgund / booster2022-gather-your-party-with-svelte Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miles-no/booster2022-gather-your-party-with-svelte

0.0 0.0 0.0 3.58 MB

Gather your party with Svelte - Workshop Booster Conf 2022

JavaScript 6.23% CSS 29.74% HTML 0.33% TypeScript 13.75% Svelte 49.96%

booster2022-gather-your-party-with-svelte's Introduction

Gather your party with Svelte

Getting started

  1. Make sure you have Node v16 or v17 installed with node --version.
  2. Clone the repository to your work environment: git clone https://github.com/miles-no/booster2022-gather-your-party-with-svelte.git.
  3. Install dependencies with npm install.
  4. To start the development server and open the application: npm run dev -- --open.

Workshop

All tasks are listed in file workshop-tasks.md located in the root of the project.

Both this file and the workshop-tasks file can be viewed on the homepage.

Solutions

When working with quests there will always be an accompanying solutions file.

If the task is located in my-quest.svelte the solution file will be called my-quest.SOLUTION.svelte.

Use this knowledge at your own discretion, but we HIGHLY recommend not looking at these unless you are out of other options.

Tips

  • To clear local data (characters that have been saved), run npm run clear-data.
  • If you're unfamiliar with TypeScript and do not wish to use it in your Svelte component files, you can remove the lang="ts" attribute at the top of the <script> tag.
  • While it's not necessary, if you like using a code style formatter, prettier is set up in this project. You can run it in two different ways:
    • If you have it set up in your Editor you can run it via the editor on the file you're working on.
    • Run npm run format in the terminal to format all your sourcefiles.

Building

To build the application run: npm run build

Alternative: Workshop using Codesandbox as IDE

Use existing template (Recommended)

  1. Create an account on https://codesandbox.io.
  2. Go to https://codesandbox.io/s/booster2022-gather-your-party-with-svelte-74wzwu and start hacking!

Create new template

  1. Go to https://codesandbox.io.
  2. Login with your user.
  3. Click Create Sandbox.
  4. Select Import Project.
  5. Paste in https://github.com/miles-no/booster2022-gather-your-party-with-svelte.
  6. Click Import and Fork.

Links

booster2022-gather-your-party-with-svelte's People

Contributors

palexcast avatar dagerikhl avatar boyum avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.