1.0.0 • Published 4 years ago

@boilerbase/html-css-template v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Boilerbase HTML-CSS template

Repo Template

Setup as a starter template, you can easily generate a new GitHub repository. From the repository homepage, click the Use this template button.

Getting Started

Be sure to have Node.js installed before proceeding.

  1. install the template
npm i @boilerbase/html-css-template
  1. change directory to your project
cd @boilerbase/html-css-template
  1. compile source code to generate build directory
npm run compile
  1. start a local server to see the awesome result
npm start

For the most straightforward development, open two Terminal tabs to execute npm run compile and npm start at the same time.

or generate VSCode tasks to quick actions. more info

Scripts

The following npm scripts are available to you in this starter repo. (see package.json)

ScriptDescription
compileCompile all your files and generate a production build with all the code bundled and minified.
startStarts a local server (http://localhost:3000) for development.

Boilerbase Starter Templates

The main starter templates:

Documentation

Take a look at the following documentation table of contents for more details and explanation:

  • Getting started - installation and npm scripts.
  • Included - Overview of the project contents.
  • Templates - see Boilerbase Starter templates.
  • HTML - Guide to the HTML.
  • CSS - Guide to the CSS partials.
  • JavaScript - Guide to the default JavaScript.
  • Pug - Guide to the pug partials.
  • SCSS - Guide to the SCSS partials.
  • Miscellaneous - Guide to the used miscellaneous.

License

The code is available under the MIT license.

Copyright

© Built and coded with all the love by @KareemAboeid - 2021.