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
- Host: GitHub
- URL: https://github.com/lunixbochs/morearty-skeleton
- Owner: lunixbochs
- License: mit
- Created: 2014-12-05T22:54:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T17:49:08.000Z (over 10 years ago)
- Last Synced: 2024-10-15T17:51:27.425Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`