Svelte starter template with HMR, code splitting, datatable & modular ui-kit
npx degit sveltegaruda/theme-material my-project
cd my-project
npm i
You can open the demo here.
Description | Folder |
---|---|
File Svelte | src/pages |
Static files | public |
Output | hasil |
Execute command below
npm run build
Using Routify.
The state is not reset when we develop the application. Just run:
npm run dev
Material CSS.
- 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
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.