Ember-Node-Webkit-Example
Ember-Node-Webkit-Example copied to clipboard
An example application that uses node-webkit and Ember
_____ _ _ _ _ _ _ _ _ _ _
| ___| | | | \ | | | | | | | | | | | | (_) |
| |__ _ __ ___ | |__ ___ _ __ | \| | ___ __| | ___ ______| | | | ___| |__ | | ___| |_
| __| '_ ` _ \| '_ \ / _ \ '__| | . ` |/ _ \ / _` |/ _ \______| |/\| |/ _ \ '_ \| |/ / | __|
| |__| | | | | | |_) | __/ | | |\ | (_) | (_| | __/ \ /\ / __/ |_) | <| | |_
\____/_| |_| |_|_.__/ \___|_| \_| \_/\___/ \__,_|\___| \/ \/ \___|_.__/|_|\_\_|\__|
Setup
- Requirements: Node, Ember-CLI & Gulp.js (
sudo npm install -g ember-cli gulp) git clone [email protected]:Emerson/Ember-Node-Webkit-Example.gitcd Ember-Node-Webkit-Example && npm install && bower install- Tab 1 -
gulp- watches and triggersember build - Tab 2 -
npm start- starts the node-webkit app
Tests
- You should be able to run your tests from within Node-Webkit by manually visiting
dist/tests/index.html. Make sure the application viewport is large enough to actually see your tests (the preview will hide them). - It is also fully possible to run the tests outside of Node-Webkit by using the standard
ember serverand visitinghttp://0.0.0.0:4200/tests
