You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ A complete, yet simple, component-way starter for Angular using Webpack.
4
4
5
5
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.
6
6
7
-
* Heavily commented webpack configuration with reasonable defaults.
7
+
* Heavily commented `Webpack` configuration with reasonable defaults.
8
8
* Based on component way.
9
-
* ES6, and ES7 support with babel.
9
+
* ES6, and ES7 support with `Babel`.
10
10
* Source maps included in all builds.
11
11
* Development server with live reload.
12
12
* Production builds with cache busting.
13
13
* Testing environment using karma to run tests and jasmine as the framework.
14
14
* 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`.
17
17
18
18
Inspired/based on the following github projects:
19
19
@@ -23,10 +23,12 @@ Inspired/based on the following github projects:
23
23
24
24
>Warning: Make sure you're using the latest version of Node.js and NPM
25
25
26
-
### Installing
26
+
### Quick Start
27
+
28
+
> Clone/Download the repo then edit `app.js` inside [`/src/app/app.js`](/src/app/app.js)
0 commit comments