1.2.0 • Published 12 months ago

sqhtml v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

sqhtml

Base to start projects in HTML, simply and quickly.

Requirements

  • Minimum Node v16.7.0

Installation

  1. Open a terminal at the root of your project

  2. Optional step: run the following command in a terminal if your project is completely empty or presents location errors upon installation.

    npm init
  3. Execute

    npm i sqhtml
    npm explore sisass -- npm run init -- --dep sqhtml
  4. Rename the gitignore file

    mv gitignore .gitignore

Server

To run the site if you don't have a configured localhost, run the following command:

nodemon --ext html,js,css,scss ./config/serve.js

In another terminal, run the gulp task with the -browser parameter as follows:

gulp -browser

If you want the browser to refresh when you make changes, you can run the gulp command with the following parameter

gulp -browser -sync
1.2.0

12 months ago

1.1.9

12 months ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago