Skip to content

KarthikPugal86/nodejs-typescript-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step init project nodejs express typescript sequelize

  1. yarn init
  1. yarn add -D typescript ts-node @types/node @types/express nodemon
  1. ./node_modules/.bin/tsc --init
  1. "outDir": "./build"
  1. add script tsc :dev "tsc && nodemon ./build/index.js"

How to start

  1. yarn install
  2. yarn start-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • TypeScript 34.7%
  • Shell 0.4%