Giter Site home page Giter Site logo

techtonic-webapp's Introduction

#Techtonic Web App

Slightly opinionated boilerplate and workflow for creating web applications

Coverage Status

##Getting Started Join the chat at https://gitter.im/jhwohlgemuth/mvc-webapp

    git clone https://github.com/jhwohlgemuth/techtonic-webapp.git
  • Navigate to the root directory
    cd techtonic-webapp
  • Install the node modules needed for development
    npm install

###Take it for a test drive Deploy

##Technologies

Task Tool
dependency loading RequireJS
models/collections Backbone.js
views MarionetteJS
templates Handlebars.js
task runner Grunt
transpile CSS grunt-contrib-less
pre-compile templates grunt-contrib-handlebars
optimize JS grunt-contrib-requirejs
test runner Karma with PhantomJS
test framework Jasmine and Sinon.JS
code coverage Istanbul (using Karma)
code quality JSHint, JSCS, and JSInspect
code metrics Plato
documentation JSDocs

##Folder Structure Dependency Status +- app | +- models | +- views | +- controllers | +- modules | +- helpers | +- shims | |- app.js | |- router.js | |- main.js | |- config.js | - index.html +- assets | +- fonts | +- images | +- library | +- templates | +- less | |- reset.less | - style.less +- config | |- .csslintrc | |- .jscsrc | |- .jscsrc-jsdoc | |- .jshintrc | |- default.js | - karma.conf.js +- tasks | |- build.js | |- test.js | - main.js +- tests | +- data | +- jasmine | +- specs | - test-main.js +- vault +- web | |- server.js | - socket.js |- GruntFile.js |- package.json |- app.json - index.js

##Grunt Tasks

  • grunt lint
  • grunt linting (watch task)
  • grunt build (transpile LESS, pre-compile templates and optimize JS into one file)
  • grunt test
  • grunt testing (watch task)
  • grunt cover
  • grunt covering (watch task)
  • grunt review (watch task)
  • grunt quick-review (watch task) [default task]
  • grunt inspect (detect copy-pasted and structurally similar code)
  • grunt aria (lint HTML files for accessibility)
  • grunt docs (generate documentation in ./docs folder)
  • grunt plato (generate plato report in ./reports folder)
  • Read tasks/main.js for all available tasks

##JSCS Rules (JSHint rules)ย Codacy Badge

#Alternatives

#References & Resources

#Future

techtonic-webapp's People

Watchers

 avatar

Forkers

psych0der

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.