This is a small app that demonstrates basic usage of the Svelte framework and is a companion to this blog post. It's built using Svelte (of course), along with Express, webpack and Babel.
To begin, clone or download the repository, then navigate to the root folder of the downloaded project. Next, install by running either npm install
or yarn
in your terminal.
You can start the app by npm run start
or yarn start
. The site will spin up and be available at http://localhost:8080.