Startup template for layout
- Run command:
"git clone https://github.com/webmaxx/start_html"(or download and unpack archive) - In folder with template install Node modules run command:
"yarn"or"npm i"
In file "gulpfile.js" to section "Config" you can set the settings for the templates and styles used.
- Run project in dev-mode:
"yarn watch"or"npm run watch" - Build project:
"yarn build"or"npm run build"
"app"- project source folder"build"- folder with the assembled project (appears after executing the command to build)"dist"- folder with the assembled project in development mode"app-examples"- folder with examples for templates and styles