This repository is about 'how-to' building applications with Ember.js using Microsoft Windows. Also contain application built successful on Windows
First You should find our system version x86bit/x64bit and download right version of Node.js from link down below and install it on your computer
We all know that Windows prompt line is bad and useless so You have to install emulator of better, Linux Terminal - The emulator call Cmder, you can download it below. P.S cmder is good - cmder got included git :)
Next:
- unzip file on your computer
- run cmder as Admin
- $ npm install -g ember-cli
- Now create new project by use $ ember new 'app-name'
- $ cd 'app-name'
- $ ember s(erver)
Now your server is working - default it work on port 4300. You can try it open http://localhost:4200/ in your browser.
Thanks to zoltan-nz for do it https://github.com/zoltan-nz/chat-app-v2
Documentation and tutorials for Ember