Package Exports
- html-js-css
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 (html-js-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
html-js-css
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
You can get started using the following set of commands:
npx html-js-css your-site-name
The command creates a copy of latest available boilerplate code inside the folder you named.
e.g. npx html-js-css 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