Because React is better than Angular!
Docker build available @ https://hub.docker.com/r/nirdizatiresearch/predict-react/
- Storybook for individual components.
This project was bootstrapped with Create React App. Look there for overall documentation.
package.json contains all commands for this code.
Run tests
npm run test
Heavily recommend React Developer Tools and Redux DevTools Chrome extensions as the make development much easier.
To deploy to the wonderful UT servers, I recommend to build the app first with npm run build
. Then copy the content to the server and serve with node server.js
.