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.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)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.