You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a reduxtron application with svelte and typescript
project setup
# clone this folder:
npx degit vitordino/reduxtron/packages/boilerplate-svelte new-reduxtron-project
# cd to itcd new-reduxtron-project
# install dependencies
npm i
# run dev script
npm run dev