Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.17 KB

AVS

Course work MiSPISiT

Docs

Обследование

ТЗ

API

API Docs

Directory

.
├── client
│   └── assets
│   │   ├── css
│   │   ├── html
│   │   ├── images
│   │   └── js
│   ├── public  (Are generated locally when the project is started)
│   └── build   (Are generated locally when the project is build)
├── server
└── README.md

Install

Installing dependencies

npm install gulp -g
npm install && cd server && npm install && cd .. && gulp watch

Launch

gulp watch