tensor-ui v0.1.0
Tensor-UI
User Interface for Tensor
Introduction
(Describe the usage of the Tensor briefly)
Features
(List features of the tensor in this space)
Table of Content
Dependencies
What you need to run this app:
nodeandnpm(brew install node)- Ensure you're running the latest versions Node
v6.x.x+ (orv7.x.x) and NPM4.x.x+
If you have
nvminstalled, which is highly recommended (brew install nvm) you can do anvm install --lts && nvm usein$to run with the latest Node LTS. You can also have thiszshdone for you automatically
Once you have those, you should install these globals with npm install --global:
webpack(npm install --global webpack)webpack-dev-server(npm install --global webpack-dev-server)karma(npm install --global karma-cli)protractor(npm install --global protractor)typescript(npm install --global typescript)typedoc(npm install --global typedoc)
Installing
clonethis reponpm install webpack-dev-server rimraf webpack -gto install required global dependenciestypedoc -json typedoc.jsonnpm installto install all dependencies oryarnnpm run serverto start the dev server in another tab
License
Copyright 2017 Pearson, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
9 years ago