/runnerFinder

Primary LanguageTypeScriptMIT LicenseMIT

Introduction

An Angular 2 app to find runner profile.

RunnerFinder provides the following features:

  • Single page app using Angular2
  • Retrieve data from MyNextRun's APIs
  • Responsive Design
  • Infinite Scroll

How to start

Note that this project requires node and npm .

You must have ts-node installed as global. If you don't, use:

npm install -g ts-node

Build and Run

git clone https://github.com/kienbd/runnerFinder.git
cd runnerFinder
# install the project's dependencies
npm install
# prod build
npm run build.prod
# Run production server
npm run serve.prod

Does not rely on any global dependencies.

Acknowledgement

This project is built on angular2-seed