/Yew-app

Primary LanguageRustApache License 2.0Apache-2.0

My Awesome Yew

This is the official base template for Create Yew App.

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

How to run unit tests

# Runs tests
npm test