An open API service indexing awesome lists of open source software.

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.

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