Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 478 Bytes

Svelte simple UI

Currently looking for feedback, this might become a UI framework.

An attempt at building a UI framework with Svelte.

Demo

Visit http://simpleui.mono.company/

Development

To run the project:

git clone [email protected]:mono-company/svelte-simple-ui.git
cd ./svelte-simple-ui
npm i
npm run dev

Aims of the project

  • Provide a nice base to build UIs with Svelte
  • Not overly complex
  • Easy to extend
  • Svelte-ish style of working