Stand on the shoulder of giants - ChuanyuWang/test GitHub Wiki

A lot of good stuff are used in this project, not only wonderful controls, but also impressive framework.

Framework

  • ExpressJS - Fast, unopinionated, minimalist web framework for node.js
  • KoaJS - Next generation web framework for node.js

Tools

  • Forever - A simple CLI tool for ensuring that a given script runs continuously
  • bower - A package manager for the web
  • Grunt - The JavaScript Task Runner
  • Yeoman - The Web's scaffolding tool for modern Webapps
    This project is initialized from express generator by below command
    yo express

npm packages

JavaScript components

Leverage Taobao registryto speed up download

npm install --registry=https://registry.npm.taobao.org

Github

How to accelerate accessing Github within China? Use https://github.zhlh6.cn/ to generate your own git ssh link.