Rick and Morty Wiki

This project was generated with Vite CLI.

Project Structure

|-- public
|-- src
     |-- Components
     |-- constants
     |-- graphql
     |-- hooks
     |-- model
     |-- store
     |-- tests
     |-- assets

Installation

Run yarn inside the project folder.

Development server

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.

Build

Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run yarn test to execute the unit tests via vitest.