Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/angular-sir-trevor
AngularJS block-based editor inspired by Sir Trevor JS
https://github.com/kmturley/angular-sir-trevor
Last synced: about 2 months ago
JSON representation
AngularJS block-based editor inspired by Sir Trevor JS
- Host: GitHub
- URL: https://github.com/kmturley/angular-sir-trevor
- Owner: kmturley
- Created: 2015-07-22T17:12:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T14:13:37.000Z (over 9 years ago)
- Last Synced: 2024-05-02T00:59:42.311Z (8 months ago)
- Language: JavaScript
- Homepage: https://kimturley.co.uk/angular-sir-trevor/src/index.html
- Size: 2.03 MB
- Stars: 15
- Watchers: 7
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-sir-trevor
AngularJS block-based editor inspired by Sir Trevor JS
## Installation
Ensure you have Node and NPM installed using the instructions at:
https://nodejs.org/download/
Then run the following command to install the dependancies:
npm install
The following packages will be installed:* babel - for running ES6 modules in the browser
* gulp - task runner
* gulp-babel - version for build tasks
* gulp-concat - combine static files together
* gulp-connect - live reload server
* gulp-html-replace - create asset bundles for production
* gulp-minify-css - minify css code
* gulp-uglify - minify js codeWhen using with the Ionic framework, add overflow-scroll ion-content to support html editing:
Added an ionic example at:/ionic-src/www/
## Usage
To run the server type the command below and then point your browser to http://localhost:8080/src/
gulp
To build the production version run the command below and navigate to http://localhost:8080/dist/gulp dist