You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone https://github.com/lekkercode-com/ember-ui
cd user-archiving
npm install
- Run
ember serve
in the user-archiving folder. - Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
Push your work to your own local git repository. (Change the origin to link to your own git repository.)
- git remote set-url origin http://github.com/your_username/your_repository