Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
/ architect Public archive

Web app for editing Javascript templates in various engines.

License

Notifications You must be signed in to change notification settings

Rowno/architect

Repository files navigation

Architect - Javascript Template Editor

Web app for editing Javascript templates in various engines.

Making and Credits

Architect started life as a simple page for testing Mustache templates, but quickly evolved into a web app for editing templates in all the popular Javascript templating engines.

Architect was made using native DOM methods (no jQuery) and without any polyfills. I did this as a learning experience and to avoid jQuery and polyfill bloat. Since the app is targeted at web developers, browser support shouldn't be a problem (if you're a web developer using an outdated browser, shame on you!).

Below are all the HTML5 features and open source components used by Architect, and what they're used for:

HTML5

  • JSON - JSON view parsing.
  • Application Cache and LocalStorage - offline access.
  • Web Workers - threaded template rendering and template engine sandboxing.
  • Media Queries - responsive layout.
  • WAI-ARIA - accessibility.

Components

License

Architect is released under the MIT license.

Copyright © 2012 Roland Warmerdam.

About

Web app for editing Javascript templates in various engines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published