Coder Social home page Coder Social logo

raaum / frontflow Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 577 KB

A frontend workflow to help you write better code and deploy your apps more easily and efficiently by processing your Sass, Compass, and CoffeeScript sources at the development stage, prior to production, using Gulp, Git, and Browserify.

CSS 3.53% HTML 4.00% JavaScript 92.44% CoffeeScript 0.04%

frontflow's Introduction

#frontflow A frontend workflow to help you write better code and deploy your apps more easily and efficiently by processing your Sass, Compass, and CoffeeScript sources at the development stage, prior to production, using Gulp, Git, and Browserify.

Includes a starter application that serves as an example of how to accomplish some common frontend tasks and workflows, which will improve your development.

Features

  • Uses the latest NPM sources
  • Processes tasks with Gulp
  • Imports libraries with Browserify
  • Incorporates Sass and Compass
  • Issues tasks in sequence
  • Watches changes to files
  • Adds environmental variables
  • Adds static reloads
  • Processes your Sass CSS
  • Minifies your CSS
  • Minifies your CoffeeScript
  • Minifies your JavaScript
  • Minifies your HTML
  • Minifies your JSON
  • Compresses your images
  • Includes an example application

##Example Application You need to have Ruby and Compass installed and in your system PATH to use the example application.

####Setting Paths:

  • Win $ set PATH=%PATH%;C:\Ruby200-x64\bin
  • Mac $ export PATH=/usr/local/bin:$PATH

####What is Ruby and Compass? If you don't know what Ruby or Compass is, or don't know how to install it, that's okay. The application is not the gold here. The process is the gold. The application is just thrown in to show you that it works, and it works. Read and try to understand the configuration settings in gulpfile.js and package.json. They serve as the primary example of how to construct your own frontend workflow.

Installation

  1. Install Gulp, Git, and Node
  2. $ git clone https://github.com/raaum/frontflow.git
  3. $ cd frontflow
  4. $ npm-install
  5. $ npm install -g gulp
  6. $ gulp
  7. Go to http://localhost:8080

frontflow's People

Contributors

raaum avatar

Watchers

 avatar  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.