EmberJS is a client side JavaScript framework for writing ambitious web applications. Find out more about EmberJS from the EmberJS Guides.
Follow these steps to create an EmberJS application using Ember’s famous starter kit.
- Create a workspace
- Go to terminal and clone the git starter kit repository using the following command
git clone https://github.com/emberjs/starter-kit.git
- Run your application by opening your main Ember file and hitting the Run button
- Preview your application using https://{{your application URL}}.c9.io/starter-kit/