Building a Scully app

Overview

After installing, your Angular project with Scully is ready to be built.
Build your Angular application by running the following command:

ng build

Now, build Scully and turn the Angular app into a pre-rendered static site.

npm run scully

Congratulations! You have turned your Angular application into a wicked fast pre-rendered static site thanks to Scully.

The built version of the static site is located in the ./dist/static folder. It contains all the static pages.

NOTE: In case of any errors or warnings during the build process, please follow the instructions in the errors/warnings section or submit an issue.