Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 441 Bytes

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].