A simple todo list made in Svelte.
This guide assumes you have git
, nodejs
and npm
installed.
npm install --global yarn
.git clone https://github.com/hiluw/to-doot-list.git && cd to-doot-list
.yarn install
.yarn dev
.yarn build && yarn serve
which will output files into the dist/
directory,
put these in a web server.