Skip to content
/ este Public
forked from LeZuse/este-old

The evolutionary JavaScript framework and dev stack #googleclosure #coffeescript #stylus #soytemplates #mochatests #mvc

Notifications You must be signed in to change notification settings

atep/este

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Este.js - The evolutionary JavaScript Framework and Dev Stack

  • statically compiled CoffeeScript
  • Google Closure Tools
  • Mocha tests
  • Stylus styles
  • Node.js server for development
  • Este.js framework
    • MVC framework
    • quite a lot useful classes
  • settings and snippets for Sublime Text
  • node run app script

Este.js is full-fledged development stack for building robust web apps, streamlined for the developer user experience. It contains well-documented, thoroughly tested JavaScript framework, written in statically-typed CoffeeScript. This allows you to write powerful and efficient code for browsers and mobile devices.

Try node run app, it's awesome. One console output for everything. Something like LiveReload handcrafted for Este.js dev stack.

Tested on and compatible for OSX, Linux, and Windows.

Quick Start Guide

  • Install Node.js (0.8+)
  • git clone http://github.com/Steida/este.git
  • cd este
  • node run app
  • Point your browser to localhost:8000
  • Build something beautiful

For Windows Users

More Information

Run node run app -h to see command line options.

Take a look at TodoMVC app in assets/js/este/demos/ demos. It defines structure, feature-based namespacing, soy templates, custom events, and much more. We're actively working on a mobile version for ShopMVC on this stack, which should give greater clarity by means of example.

Blog

http://estejs.tumblr.com

Recommended Editor: Sublime Text

Must-have Packages

  • Package Control
  • CoffeeScript
  • Stylus
  • SoyTemplate (github.com/anvie/SoyTemplate)

Recommended Packages

  • Open Related (github.com/vojtajina/sublime-OpenRelated)
  • Clipboard History
  • JsFormat
  • LESS

My Sublime Text settings and snippets are here. Code snippets cheat sheet.

License

(The MIT License)

Copyright (c) 2012 Daniel Steigerwald <daniel@steigerwald.cz>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

The evolutionary JavaScript framework and dev stack #googleclosure #coffeescript #stylus #soytemplates #mochatests #mvc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published