Application use star wars API - (https://swapi.dev/).
To run application on your machine you have to follow those steps :
- run 'npm install' to install all dependencies
- run 'npm run serve' to run project on your localhost
npm install
npm run serve
npm run build
npm run lint