Kites MVC - Assembling all into a complete ship.
Init project by clone the repository:
git clone https://github.com/vunb/kites-template-mvc.git my-project
cd my-project
npm install
npm startInit project using @kites/cli:
npm install -g @kites/cli
kites init my-project --template mvc
cd my-project
npm install
npm startMIT License
Copyright (c) 2018 Nhữ Bảo Vũ