https://github.com/ampcpmgp/vite-svelte-mocktimes-starter
npm install -g degit
npx degit ampcpmgp/parcel-svelte-mocktimes-starter
npm i
- edit
package.json
name
property - edit
README.md
- edit
src/index.html
title
npm start # Open http://localhost:1234/patterns.html
npm run storybook
npm test
# or watch mode
npm run test:watch
# or watch spefied test name
npx ava --match 'composite/example' --watch
npm run lint
or vscode extensions https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
npm run format
or vscode extensions https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
npx am-parts -n __NAME__