builder for your static page projects (not SPA).
-
Open your console and type:
-
Install gulp dependencies via npm
npm i. -
Start your web server
gulp watch. -
Write your code.
To build a production version of your app you need to type gulp build in a console. This will create dist folder where everything will be compressed and minified.