Skip to content

Commit 2e00cb1

Browse files
committed
Readme fix
1 parent 38bb85f commit 2e00cb1

File tree

1 file changed

+25
-15
lines changed

1 file changed

+25
-15
lines changed

README.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ with [Angular2 Framework](https://angular.io/).
1010

1111
* [Download and install](#download-and-install)
1212
* [Quick start](#quick-start)
13-
* [Build and run](#build-and-run)
13+
* [Run the demo](#run-the-demo)
14+
* [Build](#build)
1415
* [Package directory](#package-directory)
1516
* [Demos overview](#demos-overview)
1617
* [Contacts](#contacts)
@@ -74,25 +75,27 @@ Here's a basic sample that shows how to quickly create an Angular2 application w
7475

7576

7677

77-
## Build and run
78-
In [demos](https://github.com/AnyChart/AnyChart-AngularJS-2.x/tree/master/demos) the
79-
[SystemJS](https://github.com/systemjs/systemjs) loader is used for
80-
dynamic modules loading.
78+
## Run the demo
79+
1) Go to any of [demos](https://github.com/AnyChart/AnyChart-AngularJS-2.x/tree/master/demos)
80+
directory
81+
2) Install all dependencies with `npm install` command.
82+
3) Start the demo with `npm run start` command.
8183

82-
1) Despite the AnyChart-Angular2 integration is available with package managers,
84+
85+
86+
## Build
87+
88+
1) In [demos](https://github.com/AnyChart/AnyChart-AngularJS-2.x/tree/master/demos) the
89+
[SystemJS](https://github.com/systemjs/systemjs) loader is used for
90+
dynamic modules loading.
91+
Despite the AnyChart-Angular2 integration is available with package managers,
8392
the license allows to modify and use it freely. This quick start guide
8493
clarifies the structure of integration project and explains how it works and
8594
can be used.
8695

87-
Since the integration is cloned from GitHub and Node Package Manager
88-
(`npm` command) is available in command line, the following command compiles
89-
source code to **dist/** directory:
90-
```sh
91-
npm run build
92-
```
93-
94-
2) If needed, `package.json` of demo-application can be configured to declare custom run-commands
95-
and to add required dependencies excepting already included.
96+
2) If needed, `package.json` of [demo](https://github.com/AnyChart/AnyChart-AngularJS-2.x/tree/master/demos)-application
97+
can be configured to declare custom run-commands and to add required
98+
dependencies excepting already included.
9699

97100
3) Run `npm install` command to load all required npm modules.
98101

@@ -118,6 +121,13 @@ like described in [Quick start](#quick-start).
118121
directory, the application's Angular2 modules and components can be created
119122
right there.
120123

124+
8) Since the integration is cloned from GitHub and Node Package Manager
125+
(`npm` command) is available in command line, the following command compiles
126+
source code to **dist/** directory:
127+
```sh
128+
npm run build
129+
```
130+
121131

122132
## Package directory
123133

0 commit comments

Comments
 (0)