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

https://github.com/lunixbochs/morearty-skeleton

React/Morearty skeleton app using Require.js and Bower
https://github.com/lunixbochs/morearty-skeleton

Last synced: 5 months ago
JSON representation

React/Morearty skeleton app using Require.js and Bower

Awesome Lists containing this project

README

        

React/Morearty Skeleton
====

This is a working React/Morearty skeleton app using Bower, dynamic jsx loading, and Require.js.

Usage
----

1. `npm install -g bower`

2. `bower install`

3. `python -m SimpleHTTPServer 8000`

4. Navigate to `localhost:8000` with a web browser.

Compiling JS
----

This generates `main.full.js`:

1. `npm install -g react-tools requirejs`

2. `r.js -o build.js`