Package Exports
- hirehive-ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hirehive-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Svelte / Typescript / Tailwind / Snowpack Template
A template for using Svelte, Typescript, Tailwind and Snowpack together.
Out-of-the-box 100s across the board on lighthouse.
Installation
npx degit "srmullen/stts#main" my_app
cd my_app
npm installScripts
Start a development server
npm run dev
Run svelte-check
npm run check
or
npm run check:watch
Run test
npm run test
or
npm run test:watch
Build the application
npm run build
Serve the application
npm run serve