Multi-page Svelte 3.x application, built with Rollup and code-splitting enabled.
Includes:
preload()
helperTypeScript?: Check out the
typescript
branch~!
$ npm install
# or
$ pnpm install
# or
$ yarn install
Spawns a localhost
devserver, which automatically reloads whenever contents within the public
directory change.
Note: Listens on
localhost:5000
by default; usePORT
to modify the port.
$ npm run dev
# or
$ pnpm dev
# or
$ yarn dev
# Modify the port
$ PORT=8080 yarn dev
Builds the project for production.
All output assets are available in the public
directory.
MIT © Luke Edwards