Introduction
What is Scully?
Scully is the best static site generator for Angular projects looking to embrace the JAMStack. Scully works on Windows, Linux and macOS.
All about Scully in one video: Building the Fastest Angular Apps Possible
How does it work?
Scully analyzes the route structure of your compiled Angular application and generates a static version of each page.
How do I use it?
Scully provides a number of utilities to manipulate static pages, such as:
- Render .md files as .html and extract data from generated routes to use in Angular templates via simple observable.
- A flexible plugin system to bake your own functionality into Scully's processes.
- Several Angular schematics to make its usage as easy as possible!