react-express-typescript/README.md
2023-03-22 13:50:06 +08:00

26 lines
686 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## React + Express + Typescript Template
A template using React + Express + Typescript.
Use the latest version of the packages (2023/03/22).
| package | version | package | version |
|:----------:|:---------:|:-------:|:---------:|
| webpack | `^5.76.2` | react | `^18.2.0` |
| babel | `^7.21.3` | express | `^4.18.2` |
| typescript | `^5.0.2` | | |
Now support:
* Write all code with typescript
* Source Map
* Minify css and javascript
使用 React + Express + Typescript 的模板。使用了最新版本的软件包 20230322
支持以下功能:
* 全部使用 typescript
* 完整的 Source Map
* 自动压缩 javascript 和 css