Each branch corresponds to a session and the EmberJS application created. These applications are deployed on Heroku in a pipeline.
- TD n°1 : 2 exercices
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-tds
git checkout <branch-name>
to navigate to an application (td or project)npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.