mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
24 lines
262 B
Markdown
24 lines
262 B
Markdown
#### How to install?
|
|
|
|
1. Open terminal / cmd in the folder.
|
|
2. Run:
|
|
```
|
|
npm install
|
|
```
|
|
|
|
#### How to run once?
|
|
|
|
1. Open terminal / cmd in the folder.
|
|
2. Run:
|
|
```
|
|
gulp
|
|
```
|
|
|
|
#### How to watch file?
|
|
|
|
1. Open terminal / cmd in the folder.
|
|
2. Run:
|
|
```
|
|
gulp watch
|
|
```
|