Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.07 KB

Logo for Sweet Apple Shop

Sweet Apple Store

Let's help Applejack, Big McIntosh, Apple Bloom, and Granny Smith to grow their farm!

Requirements

Live Demo

What is the Stack?

Getting Started

To get started and run the app, follow the commands below:

Running the app on http://localhost:3000

npm run dev

Running the tests (It will start the app and run the tests)

npm run test

Running the test report (After running the tests you can see the report)

npm run test:report