Skip to content

kitesjs/kites-template-mvc

Repository files navigation

Kites Template MVC

Kites MVC - Assembling all into a complete ship.

Join the chat at https://gitter.im/nodevn/kites Git tag Travis

Installation

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

License

MIT License

Copyright (c) 2018 Nhữ Bảo Vũ

The MIT License