thinkjs/thinkjs
Use full ES2015+ features to develop Node.js applications, Support TypeScript.
repo name | thinkjs/thinkjs |
repo link | https://github.com/thinkjs/thinkjs |
homepage | http://www.thinkjs.org/ |
language | JavaScript |
size (curr.) | 7179 kB |
stars (curr.) | 5069 |
created | 2013-09-27 |
license | MIT License |
Installation
npm install -g think-cli
Create Application
thinkjs new demo
Install dependencies
npm install
Start Application
npm start
You will see some messages on console like :
[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