0.0.1 • Published 4 years ago

wickedboiler v0.0.1

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

Wicked Templates Boilerplate ready for you to use it usging SASS or LESS

Steps to download and install

I assume you have preview experience with git, node and the cli 1. First create your new project folder. If you're using VS Code, open a new terminal and write next

git clone https://github.com/3rChuss/wtnpm .
  1. Once the repo is on your computer, let's install it
npm install
  1. Voilà, you already have installed node-sass and a brillian folder structure for your new projec.

  2. Move your html template templateName.html to the folder public

Finished!

Now you can stylish as you want, remember you can use sass as it's preinstalled. Go to the folder tree and open SCSS/main.scss, edit here your html

SASS OR LESS

Compile and see results:

On your teminal white next:

npm compile:scss
or
npm compile:less

Your SCSS file will be "translated" to the style.css.

The public folder would be the one that need to be pubhilsh

If you have any question please contact us @wickedtemplates

0.0.1

4 years ago