/angular2-htmlsearch

Search strings in a JSON file

Primary LanguageTypeScriptMIT LicenseMIT

Angular 2 HTML Search

Description

This repository acts as a very simple Angular 2 JSON finder

Usage

Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine!

1: Clone repo

git clone https://github.com/xyulex/angular2-htmlsearch.git

2: Install packages

npm install

3: Start server (includes auto refreshing) and gulp watcher

npm start