A simple note editor where you can create, view and delete your notes. The data is stored in the cloud, so that even after a long time, you will be able to return to what was once written.
You will need the following things properly installed on your computer.
git clone <https://github.com/preigile/editor-notes.git>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server- Visit http://localhost:4200/tests.
ember build(development)ember build --environment production(production)