Featuring Svelte 5 with Typescript and Tailwind at Frontend and Rust at the backend.
First run the command below to create a local instance of ICP.
dfx start --clean
Then you can build and deploy both frontend and backend to the started instance with. Notice that the first run will fail as the interface is not yet generated.
dfx deploy # Repeat if failed