Dual-licensed under MIT
or the UNLICENSE.
A collection of actix-web-static-files examples.
- resource-dir - basic example using
resource_dir
function. - npm-resource-dir - basic example using
npm_resource_dir
function. - generate-resources-mapping - uses
generate_resources_mapping
function to show possibility to have own resource generation function definition. - webpack - minimal WebPack example with change detection.
- yarn-webpack - webpack example using
yarn
package manager.