Skip to content

Commit 68bae35

Browse files
committed
update express-server readme
1 parent 728ea9a commit 68bae35

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

apps/express-server/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ Express JS Application with Typescript
44

55
## Running the app
66

7+
In dev mode,
78
```bash
8-
# development
9-
$ yarn dev
9+
yarn dev
10+
```
1011

11-
# build & run production code
12-
$ yarn prod
12+
Build the app and run production code
13+
```bash
14+
yarn prod
1315
```
1416

1517
### Features
1618

1719
- Express app configured
18-
- Preconfigured logger - [winston](https://www.npmjs.com/package/winston) for logging request and errors
20+
- Handled loading of environment variables
21+
- Styled logging using [chalk](https://www.npmjs.com/package/chalk)
22+
- Preconfigured logger middleware - [winston](https://www.npmjs.com/package/winston) for logging request details and errors
1923
- Producion Dockerfile

0 commit comments

Comments
 (0)