Skip to content

Commit e861fd7

Browse files
authored
Merge pull request #1 from vairamuthuR/master
config(EJ2-5374): Modified sample browser layout
2 parents 984c2fe + 3d1a860 commit e861fd7

File tree

654 files changed

+79195
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

654 files changed

+79195
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
3+
## Installing
4+
5+
To install all dependent packages, use the below command
6+
7+
```
8+
npm install
9+
```
10+
11+
## Building
12+
13+
To compile the source files, use the below command
14+
15+
```
16+
npm run build
17+
```
18+
19+
## Testing
20+
21+
To test the source files, use the below command
22+
23+
```
24+
npm run test
25+
```
26+
27+
## Running
28+
29+
To run the samples, use the below command
30+
31+
```
32+
npm run serve
33+
```

favicon.ico

6.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)