|
2 | 2 | <img alt="styled-components" src="https://user-images.githubusercontent.com/13425833/73493741-a2eefe00-43b3-11ea-8cae-202e646582ac.png" height="150px" /> |
3 | 3 | <br /> |
4 | 4 | <h1>Gulp Webpack Starter 2.0.0</h1> |
| 5 | + <a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributions"></a> |
| 6 | + <a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/github/contributors/wwwebman/gulp-webpack-starter.svg" alt="Contributors"></a> |
| 7 | + <a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="License"></a> |
| 8 | + <a href="https://travis-ci.org/wwwebman/gulp-webpack-starter"><img src="https://travis-ci.org/wwwebman/gulp-webpack-starter.svg?branch=master" alt="Travis CI"></a> |
| 9 | + <a href="https://gitter.im/gulp-webpack-starter/Lobby"><img src="https://img.shields.io/gitter/room/tj/git-extras.svg?style=flat-square" alt="Gitter Chat"></a> |
5 | 10 | </div> |
6 | 11 |
|
7 | | -<br /> |
8 | | - |
9 | | -[](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md) |
10 | | -[](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md) |
11 | | -[]() |
12 | | -[](https://travis-ci.org/wwwebman/gulp-webpack-starter) |
13 | | -[](https://gitter.im/gulp-webpack-starter/Lobby) |
| 12 | +<br /> |
14 | 13 |
|
15 | 14 | **Gulp Webpack Starter** - fast and simple web development toolkit. |
16 | 15 | It uses Gulp task runner and Webpack bundler. |
17 | 16 | The starter perfectly fits [building static HTML templates](#dart-1-static-html-templating) |
18 | 17 | or [speeding up WordPress](#eyes-2-wordpress) theme development. |
19 | | -It be included to any similar template-driven Front End project. |
20 | 18 |
|
21 | | -**Easy to start, simple to develop with. Check it out! :octopus:** |
| 19 | +**Easy to start painless development. Check it out! :octopus:** |
22 | 20 |
|
23 | 21 | ## List of Content |
24 | 22 |
|
@@ -47,10 +45,10 @@ It be included to any similar template-driven Front End project. |
47 | 45 |
|
48 | 46 | ### :closed_book: Recommendations |
49 | 47 |
|
50 | | -Make sure you have the following installed: |
| 48 | +Make sure you have installed the following: |
51 | 49 | * [Node.js](https://nodejs.org/)(**Recommended to use Node.js >= v10.16.0**) |
52 | 50 | * [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/en/). |
53 | | -In this instruction we use yarn, but you can use npm. |
| 51 | +In this tutorial we use yarn, but you can use npm. |
54 | 52 |
|
55 | 53 | ## :dart: 1. Static HTML templating |
56 | 54 |
|
|
0 commit comments