App that uses the SpaceX API.
I created this to learn Svelte.
Clone the repository
git clone https://github.com/jensrott/spacex-app.git
Go to folder destination:
cd spacex-app
Install all dependencies and run the application:
npm install
npm run dev