@tiezeehc/html-boilerplate

1.0.0 • Public • Published

HTML-Boilerplate

GitHub license GitHub last commit Github file size

About:

This is a simple boilerplate for a HTML webpage. It comes with some built in features to help with developing your page.

Using:

Go to the directory you want your project in and run git clone https://github.com/ParkerShelton/HTML-Boilerplate.git projectName. Replace projectName with the name of your project.

Then all you have to do is run npm i inside your new project directory and get to work! To get the sass compiler to recognize the .scss files, you'll have to open them up and save them once. After that you should be good to go!

npm start will run the live server with the index.html and start watching your sass files.

File Structure:

  - README
  - LICENSE
  - .gitignore
  - package.json
  - index.html
  - assets
    - fonts
      - Source Sans Pro Regular, Light, and Bold (also in Italics)
    - img
      - favicon.ico
    - js
      - main.js
    - css
      - globals.css
      - reset.css
      - styles.css
    - scss
      - globals.scss
      - reset.scss
      - styles.scss

Package Sidebar

Install

npm i @tiezeehc/html-boilerplate

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

934 kB

Total Files

18

Last publish

Collaborators

  • tiezeehc