https://github.com/neulhan/ts-svelte-practice
https://github.com/neulhan/ts-svelte-practice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neulhan/ts-svelte-practice
- Owner: Neulhan
- License: mit
- Created: 2020-08-28T06:38:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:59:17.000Z (over 3 years ago)
- Last Synced: 2023-03-03T16:31:58.517Z (over 3 years ago)
- Language: TypeScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚧 Svelte Template
> Svelte + Typescript + Parcel + Express
>
> + 👋 **Svelte Template** **(THIS)** -> https://github.com/hmmhmmhm/svelte-template
> + 🚀 **Svelte SPA Template** -> https://github.com/hmmhmmhm/svelte-spa-template
An easy-to-use Svelte template!
- Allowed to use code splitting in svelte. (code chunk, npm modules.. dynamic import.. code split... whatever)

## Command
- npm start
> Run the development server. This command creates a path accessible through HTTP and HTTPS. HTTP is applied with Hot Module Replacement (HMR). HTTPS has a built-in certificate for testing.
- npm run build
> Generate production build results. Minify is applied to the result and hmr is excluded.
- npm run watch
> Same as the npm start command, but does not serve the code with HTTP and HTTPS.
- npm run clean
> This command deletes all files in the 'dist' folder. However, the folder below the list is not deleted. If there is a static resource that should not be deleted, create a folder in the folder and use it.
## License
MIT Licensed