https://github.com/ohager/react-bootstrap
Project Bootstrapper with ReactJs, RequireJS, Bootstrap
https://github.com/ohager/react-bootstrap
Last synced: 15 days ago
JSON representation
Project Bootstrapper with ReactJs, RequireJS, Bootstrap
- Host: GitHub
- URL: https://github.com/ohager/react-bootstrap
- Owner: ohager
- License: mit
- Created: 2015-03-18T13:37:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T12:05:27.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T15:50:52.959Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 695 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Project Bootstrap for React
This project uses
- requirejs, as AMD dependency resolver (also used for minification)
- react, for component driven Web UI
- react-router , for React-based routing
- event-emitter, as event system
- q, as promise API
- bootstrap as css framework
- jquery, just as dependency, or if you really need it
# Installation
Install [node.js](http://nodejs.org/download/) to get ``npm``.
After successfull installation just call to get all packages
``npm install``
This will also install gulp and its needed dependencies.
# Build
For a complete build simply execute ``gulp``.
During development you will need the JSX transpiler. Calling ```gulp watch`` will run the jsx watcher, which allows automatic transpilation of your jsx files.
TODOs:
- Still need a few adjustments
- Improve the http module considering better decoupling the authentication mechanism
- Include Flux example