Skip to content

iroco-co/cronparser-sveltekit

Repository files navigation

Sveltekit with cron-parser and luxon

This is to try to understand CJS/ESM interoperability.

This repo has been created with:

npm create svelte@latest sveltekit-luxon
npm i
npm add cron-parser
npm add luxon
# adapt routes/+page.svelte

To run in dev mode

npm run dev

To run in preview

npm run build
npm run preview

To run production code

npm run build
node build

About

little repo to test CJS/ESM interoperability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published