# thinkjs **Repository Path**: qihoo360/thinkjs ## Basic Information - **Project Name**: thinkjs - **Description**: Use full ES2015+ features to develop Node.js applications, Support TypeScript - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-11-09 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README
## 安装 ThinkJS ```sh npm install -g think-cli ``` ## 创建项目 ```sh thinkjs new demo ``` ## 安装依赖 ```sh npm install ``` ## 启动服务 ```sh npm start ``` 启动后,会看到类似下面的信息: ```text [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] - Enviroment: development [2017-05-22 15:54:58.284] [INFO] - Workers: 1 ``` ## 文档