https://github.com/ryands17/absolute-paths
An effective hack to have absolute path support in TypeScript and Node
https://github.com/ryands17/absolute-paths
absolute-paths express node typescript
Last synced: about 2 months ago
JSON representation
An effective hack to have absolute path support in TypeScript and Node
- Host: GitHub
- URL: https://github.com/ryands17/absolute-paths
- Owner: ryands17
- Created: 2020-07-18T09:21:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:22:37.000Z (over 2 years ago)
- Last Synced: 2025-07-02T08:10:36.615Z (11 months ago)
- Topics: absolute-paths, express, node, typescript
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Absolute paths
- A simple way to get absolute paths working with TypeScript and Node
### Commands
- `yarn dev`: Runs the dev server using `ts-node-dev`.
- `yarn build`: Builds the Express app and updates the module resolution
- `yarn start`: Start the express server via Node with absolute path support