Skip to content

sycamore-rs/start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A bare-bones starter template for Sycamore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published