This project was created from the Svelte Webpack template.
It is deployed using Now and is available here
Install the dependencies...
cd svelte-app
npm install
...then start webpack:
npm run dev
Navigate to localhost:8080.
To run unit tests:
npm run test:unit
For unit test coverage report:
npm run test:unit:coverage
For Cypress integration tests
npm run test:cypress
Run all
npm run test
Bundled javascript size
As of 25 April 2020