Dawn Token swap app

A fake Token swapping interface with simulated wallet and some pools.

Demo

Check the live site Dawn Token swap app.

Light theme: Dark theme:
Light theme live site screenshot Dark theme live site screenshot

Tech stack

Core – Vue 3 + TypeScript, Vuex 4 and Vue Router 4

Server and Builder – Vite

Styles Utility Framework – WindiCSS

Hosting – Netlify

Project setup

Installation

Install dependencies

yarn install

Development

Serve with hot reload at localhost:3000

yarn dev

Deployment

In Netlify just add yarn build as the command and dist as the builded folder.

To test the result in your local environment, build for production and launch server with:

yarn build
yarn preview

GitHub

View Github