Compiles Svelte components into ES5 and bundles as an ECMAScript Module.
Includes a development environment with:
Styling with default fonts that look great across operating systems.
npm install
# in one terminal window
# bundle library and watch for changes
npm start # or `npm run build`
# in second terminal window
# serve sample index.html page that uses library
npm install http-server
http-server
# open up sample file
# http://127.0.0.1:8080
npm test
npm run build
npm run lint