Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thinkjs/thinkjs

Use full ES2015+ features to develop Node.js applications, Support TypeScript.
https://github.com/thinkjs/thinkjs

babel es2015 esnext koa2 thinkjs typescript

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        




ThinkJS



NPM version


travis-ci


Coverage Status


Dependency Status







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


[简体中文文档](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)