Skip to content

caelondev/TypeScript-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another TypeScript Template

A minimal TypeScript project template to get you started quickly with modern TypeScript development.

Installation

Install dependencies:

npm install

Build

Compile the TypeScript project:

npm run build

This will compile your ./src/ files into the ./dist/ folder.

Development

For development with auto-reloading:

npm run dev

This will start the watcher, automatically re-running your code whenever you make changes.

Project Structure

src/        # Your TypeScript source files
dist/       # Compiled JavaScript output
package.json
tsconfig.json

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published