Files
filament/web/samples/webpack
2019-04-23 12:54:32 -07:00
..
2018-12-07 09:50:06 -08:00
2019-04-23 12:54:32 -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