Super rentals is the official Ember.js tutorial application. It is a simple read only application.
You will need the following things properly installed on your computer (unless you are using Docker).
git clone <repository-url>this repositorycd frontendnpm install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
- If using docker:
docker-compose up frontend
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
npm run lintnpm run lint:fix
ember build(development)ember build --environment production(production)
This app is not deployed anywhere. For demonstration purposes only.