Yet another media downloader for tweets!
Powered by Svelte
, .NET 8
, and C hashtag version 12
.
X.API/appsettings.json
and X.API/appsettings.Development.json
with appropriate settings.dotnet restore
dotnet run --project X.API
🚀 The API will listen on:
(You can change these ports in the launchSettings.json
file located at X.API/Properties/launchSettings.json
)
At the X.WebApp
directory, install dependencies by running:
npm install
Launch the application locally from the X.WebApp
directory with:
npm run dev
🚀 The web app will listen on: http://localhost:5173