Skip to content

vunb/kites-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kites-spa

SPA Template for Kites Framework

Join the chat at https://gitter.im/nodevn/kites npm version npm downloads

Installation

Using npm / kites cli:

npm install -g @kites/cli
kites spa new-project
cd new-project
npm install
npm start

Using git clone:

git clone https://github.com/vunb/kites-spa.git new-project
cd new-project
npm install
npm start

Then open http://localhost:8889 on your favourite browser!

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.

LICENSE

MIT.