z-n / webpack-typescript-starter

webpack starter for typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack Typescript Starter

获得一个开箱即用的Webpack环境。

使用方式

  1. 克隆项目到本地
    git clone https://github.com/hungtcs-lab/webpack-typescript-starter.git <your-project-name>
  2. 切换到项目目录
    cd <your-project-name>
  3. 安装npm依赖,接着启动项目
    npm install
    npm start
  4. 使用浏览器访问,默认端口为3100
  5. 删除远程分支,或者切换为自己的仓库远程分支
    // 删除远程
    git remote remove origin
    // 或者修改远程
    git remote set-url origin <url-to-your-repository>
    // 或者删除git,然后重新初始化一个新的
    rm -rf .git
    git init
    // 或者你想怎样就怎样...

About

webpack starter for typescript

License:MIT License


Languages

Language:TypeScript 85.8%Language:HTML 9.9%Language:SCSS 4.3%