Skip to content

sveltegaruda/theme-material

Repository files navigation

Svelte Garuda

Svelte starter template with HMR, code splitting, datatable & modular ui-kit

All Contributors GitHub last commit GitHub repo size in bytes License npm version

Instalation

npx degit sveltegaruda/theme-material my-project
cd my-project
npm i

Demo

You can open the demo here.

Folder structure

Description Folder
File Svelte src/pages
Static files public
Output hasil

Feature

Code splitting

Execute command below

npm run build

File based routed

Using Routify.

Hot module reload

The state is not reset when we develop the application. Just run:

npm run dev

Material Design

Material CSS.

Contributing

  • Fork it ( https://github.com/sveltegaruda/theme-material/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

Translation ?

We are open for contribution. For example, just want to translate into Japanese, then create a file README-jp.md which contains the translation of this README in Japanese.