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

https://github.com/ngfelixl/ng-write

Articles with Angular, easy
https://github.com/ngfelixl/ng-write

angular articles library typescript

Last synced: 7 months ago
JSON representation

Articles with Angular, easy

Awesome Lists containing this project

README

          

# ng-write

Write articles, easy and nice. With a one-liner for the editor and a one-liner for the visualisation.
Read the library [documentation](https://github.com/ngfelixl/ng-write/blob/master/projects/ng-write/README.md) or
have your [hands on](https://ngfelixl.github.io/ng-write).

[![Animation (View on Github)](https://raw.githubusercontent.com/ngfelixl/ng-write/master/img/animation.gif)](https://raw.githubusercontent.com/ngfelixl/ng-write/master/img/animation.gif)

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Build

To build the docs page run

```
npm run build docs
```

To build the library run

```
npm run build ng-write
```

## Running unit tests

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

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).