-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1650f4a
commit cb7ae0a
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |