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
- Host: GitHub
- URL: https://github.com/ngfelixl/ng-write
- Owner: ngfelixl
- License: other
- Created: 2018-11-28T13:39:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:10:09.000Z (about 3 years ago)
- Last Synced: 2025-02-15T15:41:04.517Z (about 1 year ago)
- Topics: angular, articles, library, typescript
- Language: TypeScript
- Homepage: https://ngfelixl.github.io/ng-write/
- Size: 45.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](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).