Home

Awesome

create-smithy-app

A starter pack for writing and running Smithy apps!

Smithy is a Rust framework for writing WebAssembly apps.

Learn more about Smithy or view the repository.

About

This template is designed for creating Smithy apps.

It is a fork of the excellent rust-webpack-template.

🚴 Using This Template

You can use npm init to clone this template:

npm init smithy-app my_smithy_app
cd my_smithy_app
npm start

🔋 Batteries Included

This template comes pre-configured with all the boilerplate for compiling Rust to WebAssembly and hooking into a Webpack build pipeline.