Skip to content

befabry/sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More Design Patterns with TS

This is using the Bubble Sort. It is not the main goal of this project. Sorting is not the focus of this project. Learning is.

It will output the TS files from /src to /build

The concurrently package run scripts concurrently.

Watches for the TS updates :

tsc -w

Nodemon automatically restart the node application when file changes in the directory are detected :

nodemon build/index.js

Start the automatic listening and output

npm start

About

TypeScript initiation - sorting stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors