Below you will find instructions on how to start the application locally.
-
Clone the repo
git clone https://github.com/RusinTom/displate-dog-app.git
-
Install packages
npm install
or
yarn install
If port 3000 is not busy, the application should be able to be opened under the address http://localhost:3000/
-
Run app
npm run dev
or
yarn dev
-
Run tests
npm run test:unit
or
yarn test:unit