git clone https://github.com/embermap/ember-cli-fastboot-testing.gitcd ember-cli-fastboot-testingyarn install
yarn lintyarn lint:fix
yarn test– Runs the test suite on the current Ember versionyarn test:ember --server– Runs the test suite in "watch mode"yarn test:ember-compatibility– Runs the test suite against multiple Ember versions
yarn start- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.