File tree 1 file changed +18
-19
lines changed
1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change 1
- Abstack-variables-library
2
- =========================
1
+ # Abstack-variables-library
3
2
4
- Variables library for Abstack Tech
3
+ Variable library for Abstack Tech. [ Here ] ( https://peachscript.github.io/Abstack-variables-library/ ) is the online demo.
5
4
6
- Run
7
- ===
5
+ ## Setup
8
6
9
- 1 . Install node dependencies in ` www ` directory :
7
+ 1 . Install development dependencies:
10
8
11
- ````
12
- $ npm install
13
- ````
14
- 2 . Install bower dependencies in ` www ` directory :
9
+ ```` bash
10
+ $ npm install
11
+ ````
15
12
16
- ````
17
- $ bower install
18
- ````
19
- 3 . Run server through gulp :
13
+ 2 . Install front-end dependiencies:
20
14
21
- ````
22
- $ gulp
23
- ````
15
+ ```` bash
16
+ $ bower install
17
+ ````
24
18
25
- MIT license
26
- ===========
19
+ 3 . Run server:
20
+
21
+ ```` bash
22
+ $ npm start
23
+ ````
24
+
25
+ ## MIT license
27
26
28
27
The MIT License (MIT)
29
28
You can’t perform that action at this time.
0 commit comments