Skip to content

tart/tartJS

Repository files navigation

tartJS

tartJS is a performance-focused JavaScript framework based on well-tested Google Closure Tools suite. It provides rapid and responsive mobile app infrastructure.

Check out the documentation and join us on tartJS Slack for anything about tartJS.

Track issues on tartJS HuBoard

Closure Compiler optimizes, checks and cleans up your annotated JavaScript code with best minification rates while helping you to catch errors.

Getting Started

From scratch

Add tartJS to your project as a submodule:

    git submodule add git@github.com:tart/tartJS.git js/lib/tartJS

Boilerplates/Examples

Documentation

(More coming soon)

Annotation

With help of Closure Compiler, class based inheritance and type safety is widely used in tartJS. See Annotating JavaScript for the Closure Compiler how JSDoc annotation works.

Directory structure

  • tart : Contains core Tart libraries
  • tools : Contains tools like Google Closure Compiler, Google Closure Linter etc (submodule to tart/GUI-Tools)
  • third_party : Contains third party libraries like Google Closure Library, Jasmine, jQuery etc.

Examples

  • Outstanding web audio processor for guitar players:

    Pedalboard.js

  • Example TodoMVC application (useful as a web application boilerplate):

    tartjs-todomvc

  • Example TV show mobile app (useful as a mobile boilerplate):

    tartjs-mobile-demo

Contributing

Want to contribute? Great! Fork it, create a branch, make your changes, push and open pull request to contribute. Your pull request may not be merged immediately until necessary changes were made to match coding-style, pass tests. We do follow Google JavaScript Style Guide.

License

Copyright 2014 Startup Kitchen. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

A performance-obsessed JavaScript framework for desktop, mobile and web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages