/gmbuddy-web

React + Redux web application for GMBuddy written in Typescript.

Primary LanguageTypeScript

GMBuddy Web CircleCI

Install Instructions

Install typings: npm install -g typings

Install typescript dependencies: typings install

Install node dependencies: npm install

Running Application

Start the server: npm start

Visit localhost:3000 to view the application.