Vue training project. A simple portal of STAR WARS collection from swapi.dev
yarn install
Before running the project, make sure to setup a .env file at the root folder.
We need to put the API for SWAPI:
VITE_SWAPI_BASE_URL=https://swapi.dev/api
Run the project with:
yarn dev