thinkjs
Version:
ThinkJS - Use full ES6+ features to develop web applications
77 lines (55 loc) • 1.98 kB
Markdown
<div align="center">
<a href="https://github.com/thinkjs/thinkjs">
<img width="200" heigth="200" src="https://p1.ssl.qhimg.com/t01c74e1aaed13e64fc.png">
</a>
<h1>ThinkJS</h1>
<div>
<a href="http://badge.fury.io/js/thinkjs">
<img src="https://img.shields.io/npm/v/thinkjs.svg?style=flat-square" alt="NPM version" />
</a>
<a href="https://travis-ci.org/thinkjs/thinkjs">
<img src="https://img.shields.io/travis/thinkjs/thinkjs.svg?style=flat-square" alt="travis-ci" />
</a>
<a href="https://coveralls.io/github/thinkjs/thinkjs">
<img src="https://img.shields.io/coveralls/thinkjs/thinkjs.svg?style=flat-square" alt="Coverage Status" />
</a>
<a href="https://david-dm.org/thinkjs/thinkjs">
<img src="https://img.shields.io/david/thinkjs/thinkjs.svg?style=flat-square" alt="Dependency Status" />
</a>
<a href="http://packagequality.com/#?package=thinkjs">
<img src="http://npm.packagequality.com/shield/thinkjs.svg"/>
</a>
<a href="https://www.npmjs.com/package/thinkjs">
<img src="https://img.shields.io/npm/dm/thinkjs.svg?style=flat-square" />
</a>
</div>
<p>Use full ES2015+ features to develop Node.js applications, Support TypeScript.</p>
</div>
[简体中文文档](https://github.com/thinkjs/thinkjs/blob/master/README_zh-CN.md)
## Installation
```sh
npm install -g think-cli
```
## Create Application
```sh
thinkjs new demo
```
## Install dependencies
```sh
npm install
```
## Start Application
```sh
npm start
```
You will see some messages on console like :
```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] - Environment: development
[2017-05-22 15:54:58.284] [INFO] - Workers: 1
```
## Documentation
[https://thinkjs.org/en](https://thinkjs.org/en)
## License
[MIT](https://github.com/thinkjs/thinkjs/blob/master/LICENSE)