зеркало из https://github.com/microsoft/ELT.git
242b48826b
Adding Microsoft SECURITY.MD |
||
---|---|---|
app | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
index.html | ||
main.ts | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Embedded Learning Toolkit (ELT)
Requires NodeJS
Windows:
- node.js 4.3.2
Download from [https://nodejs.org]. Node.js installs npm, the node package manager
OS X:
- node.js
homebrew install node (got version 5.0.0) --- this installs node and npm (node package manager)
Linux:
- node.js
apt-get node
Installation
To initialize the project and install node packages, run npm install
To build the project, run npm run build
;
To debug the project, run npm run debug
;
To run the project, run npm start