Skip to content

sassywares/grapes-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grape 🍇

Project setup

Grape uses Ionic and Ionic uses NPM so don't think about using yarn on pnpm or something else.

npm install

Grape also uses Vite as the build system and it's pretty fast.

npm run dev
npm run build

Testing

Grape uses Vitest for testing and it's the best thing out there.

npm run test

Release

Grape uses Changesets for releasing.

npm run release