Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # Website defaults | |
2 | |
3 Sensible defaults for Eyeo websites. | |
4 | |
5 ## Dependencies | |
6 | |
7 - [nodejs](https://nodejs.org/) | |
8 - [gulp-cli](http://gulpjs.com/) `npm install --global gulp-cli` | |
9 | |
10 ## Usage | |
11 | |
12 ### Development | |
13 | |
14 - Install local dependencies `npm install` | |
15 - Run build proceedure `gulp` | |
16 - Browse `http://localhost:8080/` | |
OLD | NEW |