SPA Template for Kites Framework
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!
Pull requests and stars are highly welcome.
For bugs and feature requests, please create an issue.
MIT.