Skip to content

Commit

Permalink
chore(readme): added features list
Browse files Browse the repository at this point in the history
  • Loading branch information
NarHakobyan committed Oct 15, 2019
1 parent a7a9353 commit 53c4111
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@ yarn start:dev
# 5. Read the documentation linked below for "Setup and development".
```

## Features

<dl>
<dt>Quick scaffolding</dt>
<dd>Create modules, services, controller - right from the CLI!</dd>

<dt>Instant feedback</dt>
<dd>Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes are reflected instantaneously.</dd>

<dt>JWT Authentication</dt>
<dd>Installed and configured JWT authentication.</dd>

<dt>Next generation Typescript</dt>
<dd>Always up to date typescript version.</dd>

<dt>Industry-standard routing</dt>
<dd>It's natural to want to add pages (e.g. `/about`) to your application, and routing makes this possible.</dd>

<dt>Linter</dt>
<dd>tslint + eslint + prettier = ❤️</dd>
</dl>

## Documentation

This project includes a `docs` folder with more details on:
Expand Down

0 comments on commit 53c4111

Please sign in to comment.