Zaroff's is a retailer of private islands. The homepage shows you a listing of all our exclusive properties, which you can filter by region or - for those of humble finances - by price limit.
You can visit the page of each individual island to find out more about your future property. Once you have made your choice, add your desired islands to the basket and we will charge your AmEx (tax evasion will be respected).
Install dependencies:
npm installSeed the database:
npm run seedRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Our page has an end to end testing created and run in Cypress.
You can run our page's tests in the terminal.
Make sure the development server is running:
npm run devOpen a new terminal and run:
npm run testAlternatively, you can run the tests in the Cypress app:
Open Cypress application:
npx cypress open
Select E2E Testing in the application
Select Chrome as your browser
Run Tests
