Skip to content

gracekishino/adopt_a_pet

Repository files navigation

Adopt a Pet

A project for practicing React Router.

This project was created using Create React App.

Installation

Use npm to install.

From the command line, navigate to the project directory and run:

npm install

Usage

To run the app in development mode, from the command line navigate to the project directory and run:

npm start

Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Tests

npm test

Launches the test runner in interactive watch mode.
See the section about running tests for more information.

Build

npm run build

Builds the app for production to the build folder.