Svetamat is a set of Svelte 3 Material widgets styled using Tailwindcss. Svetamat enables you to build beautiful user interfaces together with Tailwindcss.
To create a new project, use degit:
npx degit tianhai82/svetamat2-template svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
yarn
...then start Rollup:
yarn run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.