Socket
Socket
Sign inDemoInstall

sqhtml

Package Overview
Dependencies
16
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sqhtml

Base to start projects in HTML, simply and quickly


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 17 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc