Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastmail/overture
Overture is a powerful JS library for building really slick web applications, with performance at, or surpassing, native apps.
https://github.com/fastmail/overture
Last synced: 5 days ago
JSON representation
Overture is a powerful JS library for building really slick web applications, with performance at, or surpassing, native apps.
- Host: GitHub
- URL: https://github.com/fastmail/overture
- Owner: fastmail
- License: mit
- Created: 2014-12-19T23:06:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T13:42:02.000Z (about 1 month ago)
- Last Synced: 2024-10-12T00:09:12.779Z (about 1 month ago)
- Language: JavaScript
- Size: 4.37 MB
- Stars: 724
- Watchers: 36
- Forks: 26
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Overture
========Overture is a JavaScript library that contains all the tools you need to build a slick, modern web app. It was originally built to power [Fastmail](https://www.fastmail.com)'s awesome webmail.
To get started, check out the heavily commented Todo demo app in the `examples` folder, or use your browser web dev tools on the live demo at: .
You can find API documentation and download a pre-built copy of the library from .
Overture is MIT licensed. No animals were harmed in the making of this code.
Building from Source
--------------------Prerequisites: just Node
git clone https://github.com/fastmail/overture.git
cd overture
make