demondragong / sportsee

Web dev training project 12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sportsee frontend

A single page physical activity tracking dashboard built with React and Recharts.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Installation

  1. Install and run the backend following the instructions from the backend repository. The backend should be running on port 3000 (check that you get data at http://localhost:3000/user/12).

  2. Clone the current repo

    git clone https://github.com/demondragong/sportsee.git
  3. Install NPM packages

    npm install
  4. Run the react app on the development server. It will likely warn you that port 3000 is already in use and ask to use another port instead. Type Y (yes).

    npm start

(back to top)

About

Web dev training project 12


Languages

Language:JavaScript 85.8%Language:SCSS 8.4%Language:HTML 5.8%