Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 752 Bytes

actix-web-static-files Examples

Legal

Dual-licensed under MIT or the UNLICENSE.

Features

A collection of actix-web-static-files examples.

Examples

  1. resource-dir - basic example using resource_dir function.
  2. npm-resource-dir - basic example using npm_resource_dir function.
  3. generate-resources-mapping - uses generate_resources_mapping function to show possibility to have own resource generation function definition.
  4. webpack - minimal WebPack example with change detection.
  5. yarn-webpack - webpack example using yarn package manager.