You will need the following things properly installed on your computer.
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
-
Perform an
npm install
and abower install
. -
After those installations are complete, start the Ember CLI application with
ember serve
. -
Once the development server is running, make sure you can open http://localhost:4200/ and see "Welcome to Ember."