Skip to content

Commit

Permalink
README.md updated with run & build from sourcecode
Browse files Browse the repository at this point in the history
  • Loading branch information
keshann93 committed Jun 27, 2018
1 parent 50eab0c commit 2b81c4c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,38 @@ fit together. That's why Semantic Edit.
## Features
- Beautifier

## Run & Build from sourcecode
Clone the sourcecode:
```
git clone https://github.com/Raathigesh/semantic-edit.git
```
Install the dependencies:

```
npm install
```

Install webpack and the development server:

```
npm i webpack-dev-server webpack -g
```

You can simply run webpack build using this command:

```
npm run build
```

If you want to run with webpack-dev-server simply run this command:

```
npm run dev
```

Open the web browser to `http://localhost:8080/`


## What's Under the Hood?
JavaScript!

Expand Down

0 comments on commit 2b81c4c

Please sign in to comment.