/habitcontrol

Primary LanguageCSSMIT LicenseMIT

HaBit Control

This repo is a companion to a CodeControl Virtual Lunch & Learn 🍱 - Let’s build an app using Svelte, TypeScript, XState and Tailwind. Find the recording of this and other great events here.

A brief intro to Svelte, XState and Tailwind

The master branch contains the starter template for building an app using Svelte, XState and Tailwind.

The example branch contains the app we started building during the lunch event linked above. The example is deployed here: https://habitcontrol.netlify.app/

Getting started (using yarn)

  1. Clone this repo and enter the folder where you cloned it
  2. run yarn install
  3. run yarn dev to start the project

Resources