Frontend application to create items and making bids to them. Powered by create-svelte
.
Svelte: A modern JavaScript framework that compiles components into highly efficient vanilla JavaScript for fast, reactive web apps.
TypeScript: A strongly-typed programming language that builds on JavaScript, adding static typing and enhanced development tools.
Redis: An in-memory key-value data store known for its speed and versatility in caching, message brokering, and real-time analytics.
Chart.js: A simple yet powerful JavaScript library for creating interactive, responsive charts using the HTML5 <canvas>
element.
TailwindCSS: A utility-first CSS framework for rapidly building custom designs without writing CSS. Version 4 introduces enhanced utility classes and further customization options for responsive, modern web design.
REDIS_HOST=
REDIS_PORT=
REDIS_PW=
Install packages:
npm install
Run the application:
npm run dev