Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 825 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 825 Bytes

Sycamore Starter Template

This is a bare-bones quickstart template for Sycamore.

Requirements

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-unknown

Usage

Run 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 serve

Now open your browser to localhost:8080 to see your brand new Sycamore app!