Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.13 KB

THKQ: Charity App

Elegant inference streamlining the charity searching process. Users are able to search, learn more, and like their favorite charities in this highly interactive web app.

Responsive Mobile-Friendly App Responsive Web App
smaller screen shot 2018-07-14 at 11 11 42 pm

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions apply. See Development.

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies & Getting Started

From within the root directory:

npm install -g webpack
npm install
npm run react-dev
npm run start

Navigate to https://localhost:8080 after installing dependencies.