1.2.0 • Published 2 years ago

sqhtml v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago