RocketChat/Rocket.UI

Name: Rocket.UI

Owner: Rocket.Chat

Description: ELM + Node.js + Webpack Frontend for Rocket.Platform

Created: 2016-11-01 01:41:26.0

Updated: 2017-06-16 14:51:37.0

Pushed: 2017-11-12 21:04:33.0

Homepage: null

Size: 135

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Rocket.UI

Development

Start the hot-reloading webpack dev server:

npm start

Navigate to http://localhost:8080.

Any changes you make to your files (.elm, .js, .css, etc.) will trigger a hot reload.

Production

When you're ready to deploy:

npm run build

This will create a dist folder:

.
??? dist
?   ??? index.html 
?   ??? 5df766af1ced8ff1fe0a.css
?   ??? 5df766af1ced8ff1fe0a.js

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.