项目作者: on3iro

项目描述 :
This is a university project and not ment for production use!
高级语言: JavaScript
项目地址: git://github.com/on3iro/Trigen.git
创建时间: 2017-02-08T16:23:22Z
项目社区:https://github.com/on3iro/Trigen

开源协议:MIT License

下载


Trigen Logo

Trigen-Frontend

Build Status
Coverage Status
Code Climate
API Doc
Webpage

Disclaimer: This is a university project and not ment for production use!

ToC

Backend

Backend

Install dependencies

npm install

Start dev server

npm start

Build static files

npm run build

Run ESlint

npm run lint

Run tests with coverage

npm run test

Run test watcher

npm run test:watch