Skip to content

Commit 9b3ea12

Browse files
Update README.md
1 parent 3b2d281 commit 9b3ea12

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

README.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# Essential JS 2 QuickStart
22

3-
This project is a skeleton application used to create [Essential JS 2](https://www.syncfusion.com/products/essential-js2) web application.
4-
5-
The application contains Essential JS 2 button component for preview and all common settings are preconfigured.
6-
7-
## Getting Started
8-
9-
To get started you need to clone the `ej2-quickstart` repository and navigate to `ej2-quickstart` location.
10-
11-
```
12-
git clone https://github.com/syncfusion/ej2-quickstart.git quickstart
13-
cd quickstart
14-
```
15-
163
## Installing
174

185
We can get all the Essential JS 2 components in a single npm package [`ej2`](https://www.npmjs.com/package/@syncfusion/ej2).
@@ -25,36 +12,6 @@ You can run the below command to install all dependent packages related to this
2512
npm install
2613
```
2714

28-
## Testing
29-
30-
This application is preconfigured with End-to-End testing and the test case is written in Jasmine.
31-
32-
We run the test scripts with [Protractor](http://www.protractortest.org/#/) end-to-end test runner. The test case file can be found in the `e2e` folder.
33-
34-
Protractor can interact with our web application and verify the test scripts.
35-
36-
We have to install WebDriver and also need to ensure it is updated. Open a separate terminal and run the below npm script.
37-
38-
```
39-
npm run update-webdriver
40-
```
41-
42-
Open another terminal and run the below npm script. It will start web server to serve our application.
43-
44-
```
45-
npm run serve
46-
```
47-
48-
Once the web server is up and running, we can run the end-to-end tests using the below npm script
49-
50-
```
51-
npm run test
52-
```
53-
54-
> **Note:** Since Protractor is using the Selenium Standalone Server, the Java Development Kit (JDK) need to be installed in your local machine.
55-
56-
If JDK is not installed in your local machine, you can download it from [here](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
57-
5815
## Running
5916

6017
The application is configured with `browser-sync`, so it will serve the web application in your default browser.
@@ -64,7 +21,7 @@ We used `SystemJS` for module loading.
6421
You can use the below npm script to run the web application.
6522

6623
```
67-
npm run start
24+
npm start
6825
```
6926

7027
## Resources

0 commit comments

Comments
 (0)