You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Saving files before refreshing line endings
* normalized files
* fix(line-endings): convert line-endings to `lf` only, to prevent problems running scully in CI
closes#192
The best way to build the fastest Angular apps. Scully is a static site generator for Angular projects looking to embrace the JAMStack.
10
9
11
10
-[Getting Started](docs/getting-started.md)
@@ -14,53 +13,53 @@ The best way to build the fastest Angular apps. Scully is a static site generato
14
13
-[Contribution Guideline](CONTRIBUTING.md)
15
14
16
15
# What is Scully?
17
-
Scully pre-renders each page in your app to plain HTML & CSS. To do this, Scully uses machine learning techniques to find
16
+
17
+
Scully pre-renders each page in your app to plain HTML & CSS. To do this, Scully uses machine learning techniques to find
18
18
all of the routes in your project. Scully then visits each route, rendering the view and saving it to an HTML file.
19
19
20
-
You can then ship all of those HTML files to production. Each view in your app can now be delivered to your users in just
21
-
a few KBs, as opposed to the hundreds/thousands of KBs require to download your entire Angular app.
20
+
You can then ship all of those HTML files to production. Each view in your app can now be delivered to your users in just
21
+
a few KBs, as opposed to the hundreds/thousands of KBs require to download your entire Angular app.
22
22
23
-
Your app appears INSTANTLY on any device (including mobile 3G).
23
+
Your app appears INSTANTLY on any device (including mobile 3G).
24
24
25
25
Once the fully-rendered HTML arrives/appears on the user's view, your Angular app will then load and bootstrap on top of
26
26
the existing view. This means that Scully gives you the best of both worlds:
27
27
28
-
1. The ability to pre-render your entire app to the most base form of HTML & CSS.
29
-
2. The ability to still have a full powered SPA written in Angular.
28
+
1. The ability to pre-render your entire app to the most base form of HTML & CSS.
29
+
2. The ability to still have a full powered SPA written in Angular.
30
30
31
-
When your app is pre-rendered, users no longer wait until all the JavaScript has downloaded, parsed and executed before
31
+
When your app is pre-rendered, users no longer wait until all the JavaScript has downloaded, parsed and executed before
32
32
they can see and interact with your website. They can immediately begin to see and interact with the page. When your page
33
-
is IMMEDIATELY available, you will have less abandoned sessions and a much higher conversion rate on your website.
33
+
is IMMEDIATELY available, you will have less abandoned sessions and a much higher conversion rate on your website.
34
34
35
35
This also means that you may not need to ship your backend to production. Because the view is pre-rendered and the
36
-
data is fetched at build time, all views that can run without the backend in prod CAN run without the backend in prod.
37
-
The security and cost implications to that fact can be mind blowing when you think about them.
36
+
data is fetched at build time, all views that can run without the backend in prod CAN run without the backend in prod.
37
+
The security and cost implications to that fact can be mind blowing when you think about them.
38
38
39
39
For those wanting to know more about this process, please read the [Getting Started](docs/getting-started.md) guide. For
40
40
those who want to know more about the theory behind pre-rendering JavaScript SPAs, our friends at [Netlify](https://netlify.com)
41
-
wrote a [free book about the JAMStack](https://www.netlify.com/pdf/oreilly-modern-web-development-on-the-jamstack.pdf).
42
-
Check that out today.
41
+
wrote a [free book about the JAMStack](https://www.netlify.com/pdf/oreilly-modern-web-development-on-the-jamstack.pdf).
42
+
Check that out today.
43
43
44
44
#### GET A HOLD OF US 24/7
45
+
45
46
The Scully core team wants to help you any time you need us. We don’t want you to get stuck without help. To make this possible, you have the following ways to get a hold of our team:
46
47
47
48
1. The ScullyIO [Gitter channel](https://gitter.im/scullyio/community) is available to the public, and you can chat questions to us in real time, one of the core team (or the community members) will be there to reply to it.
48
49
49
50
1. Each Tuesday we have Office Hours at noon MDT. [You can join](https://meet.google.com/_meet/vcm-wekz-hsx) the entire team and ask your questions.
50
51
51
-
1. Our DMs are open on [Twitter](https://twitter.com/scullyio). Feel free to reach out to us on Twitter.
52
-
52
+
1. Our DMs are open on [Twitter](https://twitter.com/scullyio). Feel free to reach out to us on Twitter.
53
53
54
54
## Core Team
55
55
56
-
| Aaron Frost | Sander Elias | Jorge Cano| Andres Villanueva |
0 commit comments