tsframework / ts-framework

A Web Framework for Nodejs
http://tsframework.github.io
MIT License
43 stars 6 forks source link

Docs: Missing installation instructions #45

Closed atrakeur closed 7 years ago

atrakeur commented 7 years ago

On this page of the docs: http://tsframework.github.io/doc/getting-started.html

The following installation instructions are missing:

npm install -g typings
typings install

This cause the framework npm run-script build to fail.