mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
.. | ||
.gitignore | ||
index.js | ||
package.json | ||
readme.txt | ||
webpack.config.js |
To run this example, you first need to build swc for the web: cd swc/wasm ./scripts/build_web_release.sh Then run npm install: cd swc/wasm/example npm install Finally, start the webpack-dev-server: cd swc/wasm/example npm run serve Browse to http://localhost:8080