11# Scully - Getting Started
22
3- The first thing you need to get started with Scully is a working Angular app using Angular 8. * or 9.* .
3+ The first thing you need to get started with Scully is a working Angular app using Angular 9.* .
44
55This getting started doc covers the three steps to adding Scully into your project.
66
@@ -15,9 +15,25 @@ To install Scully, do the following: From the root directory of your Angular pro
1515ng add @scullyio/init
1616```
1717
18- At this point, Scully has been added to your project. The most important part of the installation is the addition of the
19- Scully configuration file: ` scully.config.js ` (_ soon this will be ` scully.config.ts ` _ ). To learn more about this file,
20- read [ Scully Configuration] ( scully-configuration.md ) docs.
18+ The command above set up the necessary to start to work with Scully (_ we go to get more deep about this in next releases._ ).
19+
20+ If the installation was success you can read a message similar to this one.
21+
22+ ``` bash
23+ Installed packages for tooling via yarn.
24+ ✔ Added dependency
25+ ✔ Import HttpClientModule into root module
26+ UPDATE package.json (1447 bytes)
27+ UPDATE src/app/app.module.ts (472 bytes)
28+ UPDATE src/polyfills.ts (3035 bytes)
29+ UPDATE src/app/app.component.ts (325 bytes)
30+ ✔ Packages installed successfully.
31+ ✔ Update package.json
32+ CREATE scully.config.js (65 bytes)
33+ UPDATE package.json (1507 bytes)
34+ ```
35+
36+ ## @scullyio/init : blog
2137
2238## Build
2339
@@ -34,7 +50,7 @@ That's it. You're done! In your project directory, you now have a `/dist/static`
3450of your app.
3551
3652__ NOTE:__ If you had any errors or warning during the build phase, please follow the instructions in the errors/warnings
37- (if applicable) or [ submit an issue] ( issues ) .
53+ (if applicable) or [ submit an issue] ( https://github.com/scullyio/scully/ issues/new ) .
3854
3955## Test
4056
@@ -60,4 +76,4 @@ HTML correctly.
6076
6177
6278---
63- Next: [ Full Documentation ➡️] ( scully.md )
79+ [ Full Documentation ➡️] ( scully.md )
0 commit comments