0.1.3 • Published 4 years ago

create-rust-react v0.1.3

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
github
Last release
4 years ago

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-app

Or

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 at http://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.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago