项目作者: INSA-ASI-Students

项目描述 :
Multi user ToDoList
高级语言: JavaScript
项目地址: git://github.com/INSA-ASI-Students/CASI-20W.git
创建时间: 2017-12-06T15:02:35Z
项目社区:https://github.com/INSA-ASI-Students/CASI-20W

开源协议:

下载


CASI-20W

implementation of the subject 20W from CASI course

Team

How to use ?

  1. # Install dependancies
  2. $ npm install
  3. # Run dev client
  4. $ npm run client:dev
  5. # Compile client
  6. $ npm run client:build
  7. # Run server
  8. $ npm run server:dev