/node-cookbook

According to practice of the book, used typescript and ES6/ES7 sytax to implement

Primary LanguageTypeScript

Node cookbook

Node Book Cover


Table of Contents

(Completion 9% / 100%)

Not completed:


Requirement

In order to fast install, I offer command is easy to copy and paste.

For windows:

npm install -g typescript
npm install -g typings
npm install -g supervisor
npm install -g concurrently

For linux:

sudo npm install -g typescript
sudo npm install -g typings
sudo npm install -g supervisor
sudo npm install -g concurrently