项目作者: INSA-ASI-Students
项目描述 :
Multi user ToDoList
高级语言: JavaScript
项目地址: git://github.com/INSA-ASI-Students/CASI-20W.git
CASI-20W
implementation of the subject 20W from CASI course
Team
How to use ?
# Install dependancies
$ npm install
# Run dev client
$ npm run client:dev
# Compile client
$ npm run client:build
# Run server
$ npm run server:dev