Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 589 Bytes

1414ers

Description

Welcome to our React 1414ers project! This app lets you see 14 of Colorado's most popular 14ers.

Getting started: Run the following commands in your terminal to get going.

Download Repository

$ npm install

$ npm install react-router-dom@5

$ json-server --watch db.json

$ npm start

FrontEnd and BackEnd locations

FrontEnd

BackEnd

Map of Components

└── App |── Home |── Info ├── NavBar |── Review |── MountainCard └── MountainList