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.
npm run build
Will update public/static/bundle.[js|css].