Skip to content

Commit 4eae03c

Browse files
author
hirsch88
committed
improve doc header
1 parent ec43bc5 commit 4eae03c

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
<br />
2525

26+
> An Node.js Web-Service boilerplate/skeleton/starter-kit with TypeScript, Express, Winston, Microframework, TypeDI, TypeORM, TsLint, @types, Jest, Swagger, validatejs, GraphQL, DataLoaders, by w3tech
27+
2628
![divider](./w3tec-divider.png)
2729

2830
## ❯ Why
@@ -57,17 +59,17 @@ Try it!! We are happy to hear your feedback or any kind of new features.
5759

5860
## ❯ Table of Contents
5961

60-
- [Getting Started](#getting-started)
61-
- [Scripts and Tasks](#scripts-and-tasks)
62-
- [Debugger in VSCode](#debugger-in-vscode)
63-
- [API Routes](#api-routes)
64-
- [Project Structure](#project-structure)
65-
- [Logging](#logging)
66-
- [Event Dispatching](#event-dispatching)
67-
- [Seeding](#seeding)
68-
- [Further Documentations](#further-documentation)
69-
- [Related Projects](#related-projects)
70-
- [License](#license)
62+
- [Getting Started](#-getting-started)
63+
- [Scripts and Tasks](#-scripts-and-tasks)
64+
- [Debugger in VSCode](#-debugger-in-vscode)
65+
- [API Routes](#-api-routes)
66+
- [Project Structure](#-project-structure)
67+
- [Logging](#-logging)
68+
- [Event Dispatching](#-event-dispatching)
69+
- [Seeding](#-seeding)
70+
- [Further Documentations](#-further-documentation)
71+
- [Related Projects](#-related-projects)
72+
- [License](#-license)
7173

7274
![divider](./w3tec-divider.png)
7375

@@ -162,7 +164,9 @@ All script are defined in the `package-scripts.js` file, but the most important
162164

163165
- Run `npm start db.seed` to seed your seeds into the database.
164166

165-
## Debugger in VSCode
167+
![divider](./w3tec-divider.png)
168+
169+
## ❯ Debugger in VSCode
166170

167171
To debug your code run `npm start build` or hit `cmd + b` to build your app.
168172
Then, just set a breakpoint and hit `F5` in your Visual Studio Code.

0 commit comments

Comments
 (0)