Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.53 KB

README_zh-CN.md

File metadata and controls

65 lines (48 loc) · 1.53 KB

ThinkJS

Use full ES2015+ features to develop Node.js applications, Support TypeScript.

安装 ThinkJS

npm install -g think-cli

创建项目

thinkjs new demo

安装依赖

npm install

启动服务

npm start

启动后,会看到类似下面的信息:

[2017-05-22 15:54:58.281] [INFO] - Server running at http://127.0.0.1:8360
[2017-05-22 15:54:58.283] [INFO] - ThinkJS version: 3.0.0-alpha1
[2017-05-22 15:54:58.283] [INFO] - Environment: development
[2017-05-22 15:54:58.284] [INFO] - Workers: 1

文档

https://thinkjs.org/

License

MIT