tree: 0f836766d9d336360762df639662c4f7801eee9a [path history] [tgz]
  1. CMakeLists.txt
  2. Gruntfile.js
  3. README.md
  4. api/
  5. codeStyleSettings.xml
  6. config.json
  7. karma.conf.js
  8. license-flat-icon.pdf
  9. license-info.txt
  10. package.json
  11. routes.js
  12. scripts/
  13. src/
  14. test/
  15. webpack.config.js
  16. webpack.production.config.js
skyquake/plugins/composer/README.md

RIFT.io UI

Currently this repo only contains one module.

Development Setup

Requirements

npm install -g babel
npm install -g grunt

Helpful

npm install -g yo
npm install -g generator-react-webpack # https://github.com/newtriks/generator-react-webpack

Build Steps

npm install
grunt build:dist # production build
grunt build      # dev build
grunt test 	     # run tests

Development Steps

grunt serve      # start webpack dev server source-maps
grunt serve:dist # start dev server with dist runtime

Known Issues

grunt serve:dist fails for unknown reason. workaround use python -m SimpleHTTPServer 8099

Useful Libs

http://numeraljs.com/

http://momentjs.com/docs/

How the code works see ./src/README.md