Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarquess authored Jun 3, 2019
1 parent 97d7240 commit 373ad21
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@ This is the webpack UI project, which tries to help developers having a better e
git clone https://github.com/catsnakeui/webpack-ui.git
```

**2.** Open the repository on your local machine, open your terminal and navigate to the repo, and run the following commands to download all required libraries and generate build:
**2.** Open the repository on your local machine, open your terminal and navigate to the repo, and run the following commands to download all required libraries/packages and launch webpack UI:
```
npm install
npm run webpackui
```

**3.** Once the build has completed, open a new tab in your terminal and run the following command to launch the application:
```
npm run server
```
- Navigate to http://localhost:3000 in your browser and begin using webpack UI!

0 comments on commit 373ad21

Please sign in to comment.