fork-commit-merge/fork-commit-merge

Fork, Commit, Merge - Easy Issue (Ember)

nikohoffren opened this issue · 0 comments

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-ember

Install all the necessary dependencies and Ember.js:

npm i

Then 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.

ember-easy

How to run

Make sure you are in the correct directory:

cd tasks/ember/easy/hello-ember

Run the server:

ember serve

Visit 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!

Also, kindly give this project a star to enhance its visibility for new developers!