This is a form of the original https://github.com/roataway/web-ui, with some UI tweaks requested by RTEC, for use on troleibuze.md.
All the good parts should be merged back into the upstream project, while the ones that RTEC wants (but which don't seem reasonable otherwise) will remain here, in a separate branch.
It assumes you have git
, node
and npm
installed. This is how you get started:
- Clone the git repo and switch into the freshly checked out directory
git clone git@github.com:roataway/web-ui.git
cd web-ui
git submodule init
git submodule update
npm install
- to install all the dependencies- Build or start app
npm start
- to run the app in the development mode on http://localhost:3000npm run build
- Builds the app for production to thebuild
folder.