Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 338 Bytes

Tao Wallet Web App

Angular web app for Tao Wallet.

How to Install

Clone the repo and navigate to it:

git clone https://github.com/cold-sats/tao-web
cd tao-web

Run npm install:

npm install

Install Angular CLI globally:

npm install -g @angular/cli

Run on http://localhost:4200/#/:

ng serve --open