⚠️ This lesson is retired and might contain outdated information.

Create an Ember Project with the Ember-CLI

Share this video with your friends

Social Share Links

Send Tweet
Published 8 years ago
Updated 2 years ago

We will learn how to install Ember-CLI and use it to create a new Ember project. We will also learn how to run the Ember project.

[00:00] To get started with Ember, we actually have to install the Ember CLI library. Let's start by running MPM install-g Ember CLI.

[00:13] After install, just run Ember-v and make sure it's the latest version which is 1.5 at the time of this recording. We can now create our project by running Ember new, hello Ember, press Enter, and the project will be finished. Now let's change to that directory with our project.

[00:38] If you run LS, we can see everything in the folder and see our various folders for the application. Let's run Ember server so we could see our actual application in the browser. You will see local host 4200. Let's check out our browser. You'll see welcome to Ember.

[01:07] Let's load up the actual Ember project and we're going to open up our application.hbs file. You'll be able to find that under the app folder, templates, and then application.hbs. We'll change "Welcome to Ember" to say "Hello Ember."

Chester Rivas
Chester Rivas
~ 8 years ago

And then what?

Jirka
Jirka
~ 8 years ago

Will there be more?

Matt Payne
Matt Payne
~ 8 years ago

More ember please!

Iheanyi Ekechukwu
Iheanyi Ekechukwuinstructor
~ 8 years ago

In the works. :) I have to re-record some videos cause the audio got messed up. Sorry for the wait!

Iheanyi Ekechukwu
Iheanyi Ekechukwuinstructor
~ 8 years ago

Yes there will be. I'm redoing the audio on some of my videos, they got messed up. Sorry for the delay!

Iheanyi Ekechukwu
Iheanyi Ekechukwuinstructor
~ 8 years ago

On it! Sorry for the delay.

Jirka
Jirka
~ 8 years ago

Cool :)

Jirka
Jirka
~ 8 years ago

Can we get some estimate? It's been over two weeks already.

Daniel Moraes
Daniel Moraes
~ 5 years ago

Hi. Ember evolve fast and with a lot of breakchanges. Do you plan to update this couse?

Markdown supported.
Become a member to join the discussionEnroll Today