mneil / pyodide-webpack

Example site with pyodide using webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pyodide Webpack

Example project using pyodide with webpack

To use this repository clone it and run

npm i
npm run dev

The dev command will start webpack dev server and open your browser to http://localhost:9000. Open the devtools javascript console to see the output from pyodide.js

About

Example site with pyodide using webpack


Languages

Language:JavaScript 95.5%Language:HTML 4.5%