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 for anything about tartJS.
Closure Compiler optimizes, checks and cleans up your annotated JavaScript code with best minification rates while helping you to catch errors.
Add tartJS to your project as a submodule:
git submodule add [email protected]:tart/tartJS.git js/lib/tartJS
-
For TodoMVC implementation and generic boilerplate:
-
For working mobile project:
-
Generic boilerplate:
(More coming soon)
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.
- 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.
-
Outstanding web audio processor for guitar players:
-
Example TodoMVC application (useful as a web application boilerplate):
-
Example TV show mobile app (useful as a mobile boilerplate):
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.
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.