Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov authored May 28, 2020
1 parent 1650f4a commit cb7ae0a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions playground/angular/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# README
# DevExtreme Angular Playground

## Run Example
## Run Examples

Install packages using the following command:
1. Install npm packages:

```
npm install
```

After instalation generate components and build scripts
2. Generate components and build scripts:

```
npx gulp generate-angular
```

Setup a local web server and run this application in it.
3. Set up a local web server and launch the application in it:

```
TODO: Add the command
```

0 comments on commit cb7ae0a

Please sign in to comment.