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-todo
cd ./svelte-todo
nvm 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 dev
The app will be available at http://localhost:8080.
Rollup is used for bundling and hot reloading by default.
Stage / production:
npm run build
This creates an optimized production build.
This build can then be served with an included Koa server:
npm run start
The app will be available at http://localhost:8080.
npm run test
The stage
branch is deployed to Heroku automatically.
The app is available at https://svelte-todo.herokuapp.com.