Skip to content

Commit

Permalink
docs(scully): add info about zero pre-rendered pages
Browse files Browse the repository at this point in the history
  • Loading branch information
willi84 authored and Villanuevand committed Dec 28, 2019
1 parent ef31d96 commit 825bc22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ UPDATE package.json (1507 bytes)
By now you should have your Angular project with Scully successfully installed, so let us run a Scully build and turn your site into a
pre-rendered Angular app.

Since Scully runs based on a build of your app, the first step is to build your Angular project, subsequently running the Scully build.
Since Scully runs based on a build of your app, the first step is to build your Angular project (with added routes), subsequently running the Scully build.

```bash
ng build
Expand All @@ -66,6 +66,8 @@ of your app.
__NOTE:__ If you had any errors or warnings during the build phase, please follow the instructions in the errors/warnings
(if applicable) or [submit an issue](https://github.com/scullyio/scully/issues/new/choose).

__NOTE:__ If you don't add any route, scully will pre-render 0 pages.

## Test

Now that your project has been pre-rendered, you can validate the build by either:
Expand Down

0 comments on commit 825bc22

Please sign in to comment.