Thanks to visit codestin.com
Credit goes to github.com

Skip to content

onweru/dates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run App

Prerequisites

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

If you have Rust already installed, ensure it's up-to-date

rustup update
  1. Ensure you're using dart-sass.

If on macOS, unistall ruby-sass first. This command will do both.

gem uninstall sass && brew install sass/sass/sass

You could check what sass version you have using

sass --version
  1. Install Yew
rustup target add wasm32-unknown-unknown && cargo install --locked trunk

For detailed instructions, please see Yew's installation guide

Clone this repo

git clone [email protected]:onweru/dates.git && cd dates

Preview

From your terminal, run from

trunk serve

Check component code

This is a mere demo, and has one component inside src/main.rs file.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published