Skip to content

yang-wang11/typescript-in-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project as a shadow of https://github.com/rickyleung/typescript-in-action

Day01

## setup the typescript environment globally
npm i typescript -g

## init project
mkdir <project> && cd <project>
npm init -y
tsc --init
## install webpack
npm i webpack webpack-cli webpack-dev-server
## configure webpack

### install webpack plugins
npm i ts-loader typescript html-webpack-plugin clean-webpack-plugin webpack-merge -D
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 32.7%
  • CSS 31.8%
  • TypeScript 27.3%
  • JavaScript 7.5%
  • Other 0.7%