This project was generated with Vite CLI.
|-- public
|-- src
|-- Components
|-- constants
|-- graphql
|-- hooks
|-- model
|-- store
|-- tests
|-- assets
Run yarn
inside the project folder.
Run yarn dev
for a dev server. Navigate to http://localhost:5173/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the dist/
directory.
Run yarn test
to execute the unit tests via vitest.