Sha256: 081c2d5e11a7af013a68f08248a0e28ea1165ca8f9d59f1e55c43115222199db

Contents?: true

Size: 707 Bytes

Versions: 8

Compression:

Stored size: 707 Bytes

Contents

!!! WORK IN PROGRESS !!!

# Inesita [![Gem Version](https://badge.fury.io/rb/inesita.svg)](http://badge.fury.io/rb/inesita) [![Code Climate](https://codeclimate.com/github/fazibear/opal-virtual-dom/badges/gpa.svg)](https://codeclimate.com/github/fazibear/inesita)

Frontend web framework for Opal

## usage

Install Inesita

```sh
$ gem install inesita
```
Generate Inesita new app

```sh
$ inesita new my_app
```
Launch Inesita server

```sh
$ cd my_app
$ bundle exec inesita server
```
Go to [http://localhost:9292/](http://localhost:9292/)

To build your application to `public` dir

```sh
$ bundle exec inesita build
```
## examples

[More detailed example](https://github.com/fazibear/inesita-example)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inesita-0.0.12 README.md
inesita-0.0.11 README.md
inesita-0.0.10 README.md
inesita-0.0.9 README.md
inesita-0.0.8 README.md
inesita-0.0.7 README.md
inesita-0.0.6 README.md
inesita-0.0.5 README.md