# Typescript-env-setup **Repository Path**: gitzjtian/typescript-env-setup ## Basic Information - **Project Name**: Typescript-env-setup - **Description**: TypeScript 开发环境设置. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前端基础环境搭建项目 ## 1.参考 * 1.Course tro ``` # Coursetro RxJS Starter Dev Setup This is the end-result of lesson 1 for setting up the development environment. This includes RxJS, TypeScript and Webpack. You can find the course here: [A Comprehensive RxJS Tutorial](https://coursetro.com/courses/25/A-Comprehensive-RxJS-Tutorial---Learn-ReactiveX-for-JavaScript-) Simply clone this repo and run `yarn install`. Then, run `yarn run start`. Enjoy! ``` * 2.[Beginner’s Guide To Setup ES6 Development Environment](https://appdividend.com/2017/03/28/beginners-guide-to-setup-es6-development-environment/) * 3.[ES6 - Environment](https://www.tutorialspoint.com/es6/es6_environment.htm) * 4.[Webpack guides](https://webpack.js.org/guides/) ## 已包含功能点 * 1.自动把 ES6 代码转为 ES5 代码. * 2.自动编译并输出一个发布包. * 3.TypeScript 语法支持.