-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Fork, Commit, Merge - Easy Issue (Ember)
Create a Basic Ember App That Displays The Message "Hello, Ember!"
Note: You don't have ask permission to start solving the issue or get assigned, since these issues are supposed to be always open for new contributors. The actions-user bot will reset the file back to previous state for the next contributor after your commit is merged. So you can just simply start working with the issue right away!
How to get started
Navigate to the correct directory:
cd tasks/ember/easy/hello-emberInstall all the necessary dependencies and Ember.js:
npm iThen open the app/templates/application.hbs file and start implementing your solution!
Description
Create a Ember application that displays the message "Hello, Ember!" and title "Hello, Ember!" on the main page when accessed at http://localhost:4200.
How to run
Make sure you are in the correct directory:
cd tasks/ember/easy/hello-emberRun the server:
ember serveVisit http://localhost:4200 in your browser.
If you can see the title "Hello, Ember!" and text "Hello, Ember!" in the browser similarly as in the screenshot provided, you are ready to make a pull request!
To work with this issue, you need to have npm and NodeJS installed to your local machine.
Check out README.md for more instructions of installing npm and NodeJS as well as how to make a pull request.
Feel free to ask any questions here if you have some problems!