Skip to content

Commit c76d681

Browse files
Updated README file
1 parent 2200f31 commit c76d681

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ A complete, yet simple, component-way starter for Angular using Webpack.
44

55
This workflow serves as a starting point for building Angular 1.x applications using Webpack. Should be noted that apart from the pre-installed angular package, this workflow is pretty much generic.
66

7-
* Heavily commented webpack configuration with reasonable defaults.
7+
* Heavily commented `Webpack` configuration with reasonable defaults.
88
* Based on component way.
9-
* ES6, and ES7 support with babel.
9+
* ES6, and ES7 support with `Babel`.
1010
* Source maps included in all builds.
1111
* Development server with live reload.
1212
* Production builds with cache busting.
1313
* Testing environment using karma to run tests and jasmine as the framework.
1414
* Code coverage when tests are run.
15-
* No gulp and no grunt, just npm scripts.
16-
* Generic components via plop.
15+
* No gulp and no grunt, just `npm` scripts.
16+
* Generic components via `plop`.
1717

1818
Inspired/based on the following github projects:
1919

@@ -23,10 +23,12 @@ Inspired/based on the following github projects:
2323

2424
>Warning: Make sure you're using the latest version of Node.js and NPM
2525
26-
### Installing
26+
### Quick Start
27+
28+
> Clone/Download the repo then edit `app.js` inside [`/src/app/app.js`](/src/app/app.js)
2729
2830
```bash
29-
# clone our repo
31+
# clone this repo
3032
$ git clone https://github.com/aaronrosenthal/angular-webpack-starter-kit my-app
3133

3234
# change directory to your app
@@ -53,7 +55,6 @@ go to [http://localhost:8080](http://localhost:8080) in your browser.
5355
* [Developing](#developing)
5456
* [Testing](#testing)
5557
* [Other](#other)
56-
* [License](#license)
5758

5859
# Getting Started
5960

0 commit comments

Comments
 (0)