Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 620 Bytes

File metadata and controls

16 lines (9 loc) · 620 Bytes

Adopt A Dog

Adopt A Dog is a web app written in ReactJS that gives all pet lovers an opportunity to discover their favourite dog.

Installation and Use

To use this product make sure that you have node installed. If you have node installed, clone this repository onto your local machine.

Dependencies

To install the dependencies for this project, run npm install in the root directory of the project.

Running the Dev Server

To start this project and view it on the webpack-dev server use npm run build. Note that the server supports hot reloading and will automatically update with code changes.