https://github.com/xtuc/jacques_a_dit-front
See http://firewall-wasm.sauleau.com
https://github.com/xtuc/jacques_a_dit-front
Last synced: 21 days ago
JSON representation
See http://firewall-wasm.sauleau.com
- Host: GitHub
- URL: https://github.com/xtuc/jacques_a_dit-front
- Owner: xtuc
- Created: 2019-01-08T11:03:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T11:04:54.000Z (over 7 years ago)
- Last Synced: 2025-10-31T00:39:14.732Z (9 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦀🕸 `rust-webpack-template`
> **Kickstart your Rust, WebAssembly, and Webpack project!**
This template is designed for creating monorepo-style Web applications with
Rust-generated WebAssembly and Webpack without publishing your wasm to NPM.
* Want to create and publish NPM packages with Rust and WebAssembly? [Check out
`wasm-pack-template`.](https://github.com/rustwasm/wasm-pack-template)
## 🔋 Batteries Included
This template comes pre-configured with all the boilerplate for compiling Rust
to WebAssembly and hooking into a Webpack build pipeline.
* `npm run start` -- Serve the project locally for development at
`http://localhost:8080`.
* `npm run build` -- Bundle the project (in production mode).
## 🚴 Using This Template
First, [install `wasm-pack`!](https://rustwasm.github.io/wasm-pack/installer/)
Then, use `npm init` to clone this template:
```sh
npm init rust-webpack my-app
```