Giter VIP home page Giter VIP logo

appcounter's Introduction

Speedbag

A grunt coffee/less/live-reload/cssmin/uglify/connect/bootstrap/zepto/lodash boilerplate.

Check out the live demo

Requires node, grunt, bower and bower-installer ([sudo] npm i -g grunt-cli bower bower-installer).

Speedstart

npm i
bower-installer
grunt

Have fun! Changes to your coffee, less or html files will reload the page automatically. Nice.

The compiled files can be found in the /build folder.

Testing

grunt test

Distributable build (minifies, etc.)

grunt dist

Folder structure

  • src - most of your files will be here.
    • coffee - CoffeeScript source files
    • style - CSS and LESS source files
    • lib - Third-party libs
    • index.html - Your app entry point.
  • spec - Unit tests source files.
  • Gruntfile.coffee - This is the configuration file for grunt. Contains all the build tasks.
  • remote.json - The configuration file for Remote, if you need it.
  • build - this folder will be created after you run a grunt task.
    • index.debug.html - this is the same index as generated on the dev task. Useful for debugging in production.
  • build-raw - this folder contains your built app before any string-replacements.

Common issues:

EADDRINUSE - Someone is already using one of the ports used by this app, either connect's 9001 or LiveReload's 35729. Shut down interfering services or change the ports on Gruntfile.coffee.


VTEX - 2013

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.