All Projects → thinkjs → Thinkjs

thinkjs / Thinkjs

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Thinkjs

Koa Restful Boilerplate
Koa 2 RESTful API boilerplate
Stars: ✭ 146 (-97.22%)
Mutual labels:  babel, koa2
React Isomorphic Boilerplate
🌟 An universal React isomorphic boilerplate for building server-side render web app.
Stars: ✭ 653 (-87.57%)
Mutual labels:  babel, koa2
Koa Mobx React Starter
A straightforward starter for Node javascript web projects. Using Koa, MobX and ReactJS (with universal / isomorphic server rendering)
Stars: ✭ 102 (-98.06%)
Mutual labels:  babel, koa2
Sinn
a blog based on of react,webpack3,dva,redux,material-ui,fetch,generator,markdown,nodejs,koa2,mongoose,docker,shell,and async/await 基于react+koa2技术栈的个人开源博客系统
Stars: ✭ 175 (-96.67%)
Mutual labels:  babel, koa2
Koa Web Kit
🚀A Modern, Production-Ready, and Full-Stack Node Web Framework with React
Stars: ✭ 199 (-96.21%)
Mutual labels:  babel, koa2
Blog
Front-end tech thoughts and share-ppt
Stars: ✭ 288 (-94.52%)
Mutual labels:  babel, koa2
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (-95.09%)
Mutual labels:  babel, koa2
Zhuishushenqi
追书神器 接口分析包装
Stars: ✭ 546 (-89.61%)
Mutual labels:  babel, koa2
Babel Loader
📦 Babel loader for webpack
Stars: ✭ 4,570 (-13.04%)
Mutual labels:  babel
Generator Express No Stress
🚂 A Yeoman generator for Express.js based 12-factor apps and apis
Stars: ✭ 534 (-89.84%)
Mutual labels:  babel
My Bookmark
在线书签管理工具
Stars: ✭ 481 (-90.85%)
Mutual labels:  thinkjs
Koa2 Note
《Koa2进阶学习笔记》已完结🎄🎄🎄
Stars: ✭ 4,725 (-10.09%)
Mutual labels:  koa2
Naomi
Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Stars: ✭ 544 (-89.65%)
Mutual labels:  babel
Backpack
🎒 Backpack is a minimalistic build system for Node.js projects.
Stars: ✭ 4,466 (-15.01%)
Mutual labels:  babel
Nideshop
NideShop 开源微信小程序商城服务端 API(Node.js + ThinkJS)
Stars: ✭ 5,154 (-1.92%)
Mutual labels:  thinkjs
Language Babel
ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
Stars: ✭ 476 (-90.94%)
Mutual labels:  babel
Ts Monorepo
Template for setting up a TypeScript monorepo
Stars: ✭ 459 (-91.27%)
Mutual labels:  babel
Koa Helmet
Important security headers for koa
Stars: ✭ 595 (-88.68%)
Mutual labels:  koa2
Im.js
一个基于 react-native + mobx + socket.io + node 的仿微信 JS-Wechat
Stars: ✭ 550 (-89.53%)
Mutual labels:  koa2
Koajs Design Note
《Koa.js 设计模式-学习笔记》已完结 😆
Stars: ✭ 520 (-90.1%)
Mutual labels:  koa2

ThinkJS

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

简体中文文档

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

Documentation

https://thinkjs.org/en

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].