Skip to content

webmaxx/start_html

Repository files navigation

Start HTML Template

Startup template for layout

Used

Install

  1. Run command: "git clone https://github.com/webmaxx/start_html" (or download and unpack archive)
  2. In folder with template install Node modules run command: "yarn" or "npm i"

Settings

In file "gulpfile.js" to section "Config" you can set the settings for the templates and styles used.

Commands

  • Run project in dev-mode: "yarn watch" or "npm run watch"
  • Build project: "yarn build" or "npm run build"

Structure folders

  • "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