Skip to content

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

actix crud client

Development

Install the dependencies:

npm install

Then start Rollup and the Rust backend server:

npm start

Navigate to localhost:8080. You should see actix crud running. Edit a component file in src, save it, and reload the page to see your changes.

Production build

npm run build

Will update public/static/bundle.[js|css].