Sample Svelte app checking if two people can date depending on their respective ages
$ npm i # install dependencies
$ 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
Read the tutorial to make this app yourself and learn a couple of things about TDD and Svelte in the process!