This is a bare-bones quickstart template for Sycamore.
You should have an updated installation of the following tools.
You also need the wasm32-unknown-unknown target installed. If you used rustup to install Rust, you can simply run the following command to install the right toolchain.
rustup target add wasm32-unknown-unknownRun the following commands to clone the template and start the server.
# Replace 'hello-world' with whatever you want to name your project
git clone https://github.com/sycamore-rs/start hello-world
cd hello-world/
trunk serveNow open your browser to localhost:8080 to see your brand new Sycamore app!