https://github.com/app-generator/tests-ace-js
ACE JS - Playground | AppSeed
https://github.com/app-generator/tests-ace-js
ace
Last synced: about 1 year ago
JSON representation
ACE JS - Playground | AppSeed
- Host: GitHub
- URL: https://github.com/app-generator/tests-ace-js
- Owner: app-generator
- Created: 2023-02-15T19:33:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T12:16:53.000Z (over 3 years ago)
- Last Synced: 2025-02-13T13:49:33.268Z (over 1 year ago)
- Topics: ace
- Language: JavaScript
- Homepage:
- Size: 6.88 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Ace (Ajax.org Cloud9 Editor) `PlayGround`
- [](https://cdnjs.com/libraries/ace)
- [](https://www.npmjs.com/package/ace-builds)
Ace is a code editor written in JavaScript.
This repository has only generated files.
If you want to work on ace please go to https://github.com/ajaxorg/ace instead.
here you can find pre-built files for convenience of embedding.
it contains 4 versions
* [src](https://github.com/ajaxorg/ace-builds/tree/master/src) concatenated but not minified
* [src-min](https://github.com/ajaxorg/ace-builds/tree/master/src-min) concatenated and minified with uglify.js
## Quick Start
> Using **Python**
`$ python -m http.server 9999`
> Using **PHP**
`$ php -S localhost:9999`

---
Ace JS PlayGround - provided by [AppSeed](https://appseed.us)