Giter VIP home page Giter VIP logo

emptyfrontendproject's Introduction

Empty Front End Project

An empty front end project complete with Stylus, Gulp and Handlebars using a BEM naming style.

This project will build, spin up a web server and open up in the browser. As you make changes to the source files, the project will rebuild and the browser tab will automatically refresh.

Follow the instructions below to get started:

  1. Fork this repo for a new project
  2. Run npm install
  3. Run gulp
  4. Start your front-end work

Styles are:

  • Combined into a single file
  • Minified
  • Source mapped
  • Cache busted per build

Javascript files are:

  • Combined into a single file
  • Uglified/minified
  • Source mapped
  • Cache busted per build
  • Code linted

Additions and improvements:

  • If you have a back-end project as well, add a gulp task to copy the assets from the build folder into the project
  • Replace Stylus with your preferred pre-processor like Less or Sass
  • Using bower, pull in any front-end libraries that you like to use
  • Build a custom code linting reporter to add your own javascript code standards
  • Cancel the build if the code linting fails (at the moment it just logs any issues to the console)

emptyfrontendproject's People

Contributors

rschiffler avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.