0.1.3 • Published 5 years ago
create-rust-react v0.1.3
Kickstart your Rust, React, and Webpack project!
Built with 🦀🕸 by The Rust and WebAssembly Working Group
About
This template is designed for creating websites using Rust and React
🚴 Using This Template
You can use npm init to clone this template:
npm init rust-webpack my-appOr
yarn create rust-webpack my-app🔋 Batteries Included
This template comes pre-configured with all the boilerplate for compiling Rust to WebAssembly and hooking into a React (Webpack) build pipeline.
npm start-- Serve the project locally for development athttp://localhost:3000. 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.