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
# clone this folder:
npx degit vitordino/reduxtron/packages/boilerplate-vue new-reduxtron-project
# cd to itcd new-reduxtron-project
# install dependencies
npm i
# run dev script
npm run dev