JSPM

create-html-site

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q38279F
  • License ISC

HTML JS CSS Boilerplate Code

Package Exports

  • create-html-site

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-html-site) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-html-site

This package creates a simple HTML template to get started with your HTML project.

The template is sourced from Github repo available at https://github.com/npm-pratik/html-js-css

Git is needed to run this package installation. It can be downloaded from https://git-scm.com/downloads

You can get started using the following set of commands:

  • npx create-html-site your-site-name

The command creates a copy of latest available boilerplate code inside the folder you named.
e.g. npx create-html-site JohnDoe will create a folder named JohnDoe and clone the template inside it.

  • cd your-site-name

Use this command to navigate to the created folder.

The file structure is as follows:

root
|_ index.html
|_ scripts
    |_ index.js
|_ styles
    |_index.css

Package Homepage

Repository Homepage