Skip to content

richiramone/super-list

Repository files navigation

SuperList

This is a regular groceries/todo list, developed for personal uses and as playground for learning new technologies

Installation

yarn install

Processes

# uses a dev db.
yarn dev

# vite build
yarn build

# vite preview
yarn preview

# vitest watch session
yarn test

# coverage (c8 + instanbul)
yarn coverage

# storybook
yarn sb

# storybook build
yarn build-storybook

Main technologies

Development environment

  • Vite
    • React
    • Typescript

Framework/Library

  • React
    • Jotai
    • Zustand

Database stack

  • Prisma
  • Planetscale

Unit testing

  • Vitest
  • C8

Integration

  • Storybook

Host/CI

  • Vercel

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT