An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ace (Ajax.org Cloud9 Editor) `PlayGround`

- [![CDNJS](https://img.shields.io/cdnjs/v/ace.svg)](https://cdnjs.com/libraries/ace)
- [![npm](https://img.shields.io/npm/v/ace-builds.svg)](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`


![AceJS - Some Visual Samples.](https://user-images.githubusercontent.com/51070104/219650998-46bb67cc-9e2d-44ae-a468-e1996346b2f1.gif)


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