Files
filament/web/samples/webpack
2019-08-08 13:27:52 -07:00
..
2019-07-03 15:32:01 -07:00
2019-08-08 13:27:52 -07:00
2018-12-07 09:50:06 -08:00
2018-12-07 09:50:06 -08:00

The folder contains a simple Filament demo that uses webpack, TypeScript, and import.

webpack combines src/app.ts with node_modules/filament/filament.js and generates public/main.js. It also copies filament.wasm and index.html.

To build and run the sample, do:

npm install
npm run build
cd public
npx http-server