Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

simplefocus/front-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Front-End ###A simple start for static front-end development


Front-End utilizes:
  • Gulp
  • Sass (.scss)
  • Autoprefixer
  • Bower
  • Dynamic HTML templates via gulp-file-include

It will also minify and concatenate the things that need minification and concatenation. Fancy!

##Requirements

##Installation Install Gulp globally $ npm install -g gulp

Install package dependencies. $ npm install

If you run into permissions errors: $ sudo npm install

To start the server: $ gulp watch

##Templates

Use @@include() to include files.

<!DOCTYPE html>
<html>
  <body>
  @@include('./src/_templates/_head.html')
  </body>
</html>

About

A simple start for static front-end development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published