Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mayakarabula/highlight-quoted-text

Example application in Angular 5 with Typescript, highlights given text in an article
https://github.com/mayakarabula/highlight-quoted-text

Last synced: 1 day ago
JSON representation

Example application in Angular 5 with Typescript, highlights given text in an article

Awesome Lists containing this project

README

        

# Highlight Quoted Text

Project was bootstrapped with Angular CLI

## First install dependencies

Run `npm install`

## Development server

Run `npm start` or `ng serve --sourcemap -o`

## Running unit tests

Run `npm run test` or `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `npm run e2e` or `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Running lint

Run `npm run lint` or `ng lint` to check code correctness with tslint.