We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728ea9a commit 68bae35Copy full SHA for 68bae35
apps/express-server/README.md
@@ -4,16 +4,20 @@ Express JS Application with Typescript
4
5
## Running the app
6
7
+In dev mode,
8
```bash
-# development
9
-$ yarn dev
+yarn dev
10
+```
11
-# build & run production code
12
-$ yarn prod
+Build the app and run production code
13
+```bash
14
+yarn prod
15
```
16
17
### Features
18
19
- Express app configured
-- 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
23
- Producion Dockerfile
0 commit comments