An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# kites-spa

SPA Template for Kites Framework

[![Join the chat at https://gitter.im/nodevn/kites](https://badges.gitter.im/nodevn/kites.svg)](https://gitter.im/nodevn/kites)
[![npm version](https://img.shields.io/npm/v/@kites/spa.svg?style=flat)](https://www.npmjs.com/package/@kites/spa)
[![npm downloads](https://img.shields.io/npm/dm/@kites/spa.svg)](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.