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 start
Init project using @kites/cli
:
npm install -g @kites/cli
kites init my-project --template mvc
cd my-project
npm install
npm start
MIT License
Copyright (c) 2018 Nhữ Bảo Vũ