🛠️ Features
Project Setup
sh
npm installHot-Reload development
Development
sh
npm run devStorybook with Histoire
sh
npm run story:devDocs with VitePress
sh
npm run docs:devUnit Tests with Vitest
sh
npm run test:unit --watchLinters
Lint with ESLint
sh
npm run lintFormat with Prettier
sh
npm run formatFor production
Type-Check, Compile and Minify for Production
sh
npm run buildCompile stories for productions
sh
npm run story:buildCompile docs for production
sh
npm run docs:buildSee package.json scripts section for more.
World Groccer