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

https://github.com/cbetta/techsylvania-demo-2016

Demo for the Techsylvania 2016 presentation
https://github.com/cbetta/techsylvania-demo-2016

Last synced: 20 days ago
JSON representation

Demo for the Techsylvania 2016 presentation

Awesome Lists containing this project

README

          

# Techsylvania Demo 2016

This project shows how to combine Riot, Rexux, and Rollup to make a small but powerful browser package.

## Running

```
npm install
npm start
```

This will open a browser demo.

## Building the distribution

```
npm run build
```