cryptocurrency-tracker Svelte Themes

Cryptocurrency Tracker

A crypto tracker like coinmarketcap. Made with sveltekit, svelte and typescript

Cryptocurrency Tracker

A cryptocurrency tracker built with SvelteKit, Svelte, TypeScript, PostgreSQL and Shadcn-svelte. It uses the CoinMarketCap API to fetch near real-time cryptocurrency data. The UI is similar to the official CoinMarketCap website.

Setup

Install dependencies

npm i

Setup and configure PostgreSQL

npm run db:start
npm run db:push

Run in dev mode

npm run dev

Building

To create a production version of your app:

npm run build

Run in production

After building you can run build/index.js using pm2, nginx or something simmilar.

Top categories

Loading Svelte Themes