Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.66 KB

README_zh-CN.md

File metadata and controls

68 lines (51 loc) · 1.66 KB

ThinkJS

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

安装 ThinkJS

npm install -g thinkjs

创建项目

thinkjs new project_path --es6

安装依赖

npm install

启动服务

npm start

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

[2016-01-12 15:09:51] [THINK] Server running at http://127.0.0.1:8360/
[2016-01-12 15:09:51] [THINK] ThinkJS Version: 2.1.0
[2016-01-12 15:09:51] [THINK] Cluster Status: closed
[2016-01-12 15:09:51] [THINK] WebSocket Status: closed
[2016-01-12 15:09:51] [THINK] File Auto Compile: true
[2016-01-12 15:09:51] [THINK] File Auto Reload: true
[2016-01-12 15:09:51] [THINK] App Enviroment: development

文档

https://thinkjs.org/

License

MIT