Skip to content

Create your frontend project template that tech-stack is Rust and Webpack.

License

Notifications You must be signed in to change notification settings

HopperGithub/webpack-rust-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-rust-template

Kickstart your Rust, WebAssembly and Webpack project!

About

This template is designed for creating Frontend Web applications with Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.

📚 Read this template's tutorial! 📚

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 Using This Template

You can use npm init to clone this template:

npm init webpack-rust my-app

Afterwards check out the full documentation for exploring it.

🔋 Batteries Included

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

  • npm start -- Serve the project locally for development at http://localhost:8080. It auto-reloads when you make any changes.

  • npm run build -- Bundle the project (in production mode).

  • npm test -- Run the project's unit tests.

About

Create your frontend project template that tech-stack is Rust and Webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published