https://github.com/denherrring/typescript-workspace
This Project is a Template for a TypeScript Workspace.
https://github.com/denherrring/typescript-workspace
Last synced: 12 months ago
JSON representation
This Project is a Template for a TypeScript Workspace.
- Host: GitHub
- URL: https://github.com/denherrring/typescript-workspace
- Owner: DenHerrRing
- Created: 2019-04-13T13:23:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:46:01.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:24:34.133Z (over 1 year ago)
- Language: TypeScript
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Workspace Template
This Project is a Template for a TypeScript Workspace.
## Project Structure
### Create folders
#### /src -> Working Folder
#### /dist -> Build Folder
## NPM Packages
### DevDependencies
- @types/node
- node-gyp
- nodemon
- ts-node
- tslint
- tslint-config-airbnb
- typescript
## .gitignore covers:
- VSCode
- Webstorm
- IntelliJ
- MacOS
- Windows
- Linux