https://github.com/vunb/kites-spa
SPA Template for Kites Framework
https://github.com/vunb/kites-spa
kites-extensions kites-framework kites-templates single-page-application
Last synced: 9 months ago
JSON representation
SPA Template for Kites Framework
- Host: GitHub
- URL: https://github.com/vunb/kites-spa
- Owner: vunb
- License: mit
- Created: 2018-01-07T04:37:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T17:48:40.000Z (over 8 years ago)
- Last Synced: 2025-03-23T21:12:36.192Z (over 1 year ago)
- Topics: kites-extensions, kites-framework, kites-templates, single-page-application
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kites-spa
SPA Template for Kites Framework
[](https://gitter.im/nodevn/kites)
[](https://www.npmjs.com/package/@kites/spa)
[](https://www.npmjs.com/package/@kites/spa)
# Installation
Using npm / kites cli:
```bash
npm install -g @kites/cli
kites spa new-project
cd new-project
npm install
npm start
```
Using git clone:
```bash
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](https://github.com/vunb/kites-spa/issues/new).
LICENSE
========
MIT.