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
Basic boilerplate project with Angular 2, Express, Gulp, Browserify and Stylus
1
+
# Agular 2 Gulp Browserify boilerplate
2
+
> Basic boilerplate project with Angular 2, Express, Gulp, Browserify and SASS/Stylus
3
+
4
+
## Modules
5
+
6
+
- express
7
+
- angular2
8
+
- systemjs
9
+
- es6-shim
10
+
- reflect-metadata
11
+
- rxjs
12
+
- zone.js
13
+
14
+
## Development modules
15
+
16
+
- autoprefixer
17
+
- cssnano
18
+
- concurrently
19
+
- gulp
20
+
- gulp-ext-replace
21
+
- gulp-imagemin
22
+
- gulp-postcss
23
+
- gulp-sourcemaps
24
+
- gulp-typescript
25
+
- gulp-uglify
26
+
- lite-server
27
+
- postcss
28
+
- postcss-scss
29
+
- precss
30
+
31
+
## Installation
32
+
33
+
```sh
34
+
npm install
35
+
```
36
+
37
+
## Run
38
+
39
+
```sh
40
+
gulp
41
+
```
42
+
43
+
## Release History
44
+
45
+
* 0.1.0
46
+
* Work in progress
47
+
48
+
## Meta
49
+
50
+
Originally forked from [Angular2 boilerplate project](https://github.com/mschwarzmueller/angular-2-beta-boilerplate) by [mschwarzmueller](https://github.com/mschwarzmueller)
51
+
52
+
Ruslan Kazakov – [@ruslankazakov](https://twitter.com/ruslankazakov)
0 commit comments