Skip to content

second-state/vtb_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Start

cd front
npm install
npm run dev
# open another terminal
cargo run

open http://127.0.0.1:5173 on web-browser

Build and run

cd front
npm run build

cd .. # go back root path
cargo build --release
export RUST_LOG=info
./target/release/vtb_front -d front/dist

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published