Skip to content

ohager/reactdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Project for ReactJS

A collection of example to demonstrate ReactJS capabalities. It also serves as playground!

Live Demo at https://www.devbutze.com/dojo/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
  • jquery, just as dependency, or if you really need it
  • jquery.inputmask, jquery plugin for input masking

Installation

Install node.js to get npm.

After successfull installation just call to get all packages

npm install

Build

For starting the jsx-watcher to build modified JSX files continuously just call npm run jsx-watch. A single JSX run you execute with npm run jsx

To create a javscript bundle simply call npm run optimize. If you want to make a complete deploy you may use the .\build.bat script (A Bash shell will follow someday).

About

Collection of examples using ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors