/sveltom

Svelte-powered Sutom clone

Primary LanguageSvelte

sveltom

Svelte-powered Sutom clone

Setup

$ npm i # install dependencies

Usage

$ npm run dev           # run app in development
$ npm run dev -- --open # same, but open browser automatically
$ npm run preview       # preview production build
$ npm run build         # build for production
$ npm test              # run unit tests

Tutorial

Read the tutorial to make this app yourself and learn a couple of things about TDD and Svelte in the process!