Basic
This example shows basic usage of Akte with JavaScript or TypeScript. When executed, an Akte app configuration behaves as a minimal CLI. This is helpful for simple use cases.
Here are some examples showcasing what Akte enables.
This example shows basic usage of Akte with JavaScript or TypeScript. When executed, an Akte app configuration behaves as a minimal CLI. This is helpful for simple use cases.
This example shows usage of catch-all routes. This is helpful for rendering similar files that aren't living under the same hierarchy.
This example shows usage of Akte to render non-HTML files. This is helpful for rendering any kind of asset, XML, JSON, etc.
This example shows programmatic usage of Akte. This is helpful for running Akte in various environments, including serverless.