Star Wars Characters

A simple application that uses https://swapi.dev/ to display a list of characters from the Star Wars world.

What is inside?

This project uses many tools like:

Getting Started

Install

Install dependencies.

npm install

Serve with hot reload at http://localhost:5173.

npm run dev

Lint

npm run lint

Typecheck

npm run typecheck

Build

npm run build

Test

npm run test

View and interact with your tests via UI.

npm run test:ui