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
- Host: GitHub
- URL: https://github.com/cbetta/techsylvania-demo-2016
- Owner: cbetta
- Created: 2016-05-22T08:00:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T08:08:39.000Z (about 10 years ago)
- Last Synced: 2025-02-28T12:41:32.722Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://cbetta.github.io/slides-techsylvania-2016/
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```