This is a simple Todo-list application, created with Svelte.
Project was created from a Svelte application template using degit.
Check Google PageSpeed Insights for the performance information and bundle sizes.
git clone https://github.com/peterdee/svelte-todocd ./svelte-todonvm use 13.5 (please see the actual Node version in package.json file)npm i (use npm i --prod for stage / production)Development:
npm run devThe app will be available at http://localhost:8080.
Rollup is used for bundling and hot reloading by default.
Stage / production:
npm run buildThis creates an optimized production build.
This build can then be served with an included Koa server:
npm run startThe app will be available at http://localhost:8080.
npm run testThe stage branch is deployed to Heroku automatically.
The app is available at https://svelte-todo.herokuapp.com.