https://github.com/RokkinCat/ionic-atom
Preview your ionic apps in the atom text editor
https://github.com/RokkinCat/ionic-atom
Last synced: 7 months ago
JSON representation
Preview your ionic apps in the atom text editor
- Host: GitHub
- URL: https://github.com/RokkinCat/ionic-atom
- Owner: RokkinCat
- License: mit
- Created: 2014-08-20T05:33:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T21:32:08.000Z (almost 11 years ago)
- Last Synced: 2024-06-20T15:04:45.929Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 240 KB
- Stars: 45
- Watchers: 6
- Forks: 10
- Open Issues: 26
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ionic - RokkinCat/ionic-atom
README
# Ionic Atom
Preview a live version of your [Ionic](http://www.ionicframework.com) application
in an atom pane.

## Getting Started
In your terminal:
```bash
apm install ionic-atom
ionic serve -b
```
Then hit `Cmd + Shift + P` in atom and use the command `Ionic: Preview`
(note: if you don't see `Ionic: Preview` in the list you may need to restart atom)
This will open a new pane with your app displayed in it.
## TODO
* Get a license up (go ahead and use it for whatever)
* Test on windows
* Auto-start the ionic server
* Better access to dev logs
* CONTRIBUTE.md
* Specs