flimasi / typescript-boilerplate

Default Enviroment TypeScript Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

image

typescript-boilerplate

Default Enviroment TypeScript Project

  1. Yarn CURL sudo apt install curl

  2. Yarn Install sudo apt install yarn -y yarn --version

  3. Install TypeScript yarn add typescript -D

  4. Config Typescript yarn tsc --init

  5. Install Express for Create Route Default yarn add express

  6. Install Dependencies yarn add ts-node-dev -D yarn add tsconfig-paths -D

  7. Install Eslint yarn add eslint -D yarn eslint --init

  8. Install Jest yarn add ts-jest @types/jest

About

Default Enviroment TypeScript Project


Languages

Language:TypeScript 89.2%Language:JavaScript 10.8%