1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 23:49:11 +00:00

Fix typo in readme.md

This commit is contained in:
Varun Dey
2018-10-06 00:25:03 +05:30
committed by GitHub
parent a459d9b1c2
commit 4f40e5c3cc

View File

@@ -176,7 +176,7 @@ The full folder structure of this app is explained below:
| **src/public** | Static assets that will be used client side |
| **src/types** | Holds .d.ts files not found on DefinitelyTyped. Covered more in this [section](#type-definition-dts-files) |
| **src**/server.ts | Entry point to your express app |
| **test** | Contains your tests. Seperate from source because there is a different build process. |
| **test** | Contains your tests. Separate from source because there is a different build process. |
| **views** | Views define how your app renders on the client. In this case we're using pug |
| .env.example | API keys, tokens, passwords, database URI. Clone this, but don't check it in to public repos. |
| .travis.yml | Used to configure Travis CI build |