git clone <repository-url>
cd ember-route-template
yarn install
yarn lint
yarn lint:fix
cd ember-route-template
yarn build
cd test-app
yarn test
– Runs the test suite on the current Ember version
cd test-app
yarn start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.