Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History

frontend-only

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Frontend-Only

Development Server

Note: there is an issue at the moment with cargo that forces you to add --bin <name_of_the_package> even if there is only one package and only one bin. rust-lang/cargo#9235

cargo run --bin frontend-only -- serve

You can now go to http://localhost:3000

Production Build

Note: there is an issue at the moment with cargo that forces you to add --bin <name_of_the_package> even if there is only one package and only one bin. rust-lang/cargo#9235

cargo run --bin frontend-only -- build