Skip to content

aritroCoder/template-typescript-backend-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting the server

  • Clone the repository
  • run
    yarn install
  • Run the following
    touch .env
  • Open the .env file to enter the port and host
  • Run locally
    yarn serve
  • For contribution
    git checkout -b dev
    yarn format
    yarn serve
  • Push the code after contribution
    yarn format
    yarn start
    git add .
    git commit -m "new changes"
    git push

About

My template express backend, written in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published