Create README.md

This commit is contained in:
badgamernl
2017-03-22 21:13:45 +01:00
committed by GitHub
parent aa5d5b75e6
commit 0aeeb5c79c

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
#### 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
```