Repo Owner: Ben Guaraldi @benguaraldi
Developer: Jakub Flaska @jakub-bao
- REACT - all front-end rendering
- Cypress - testing
- TypeScript - instead of JSX we're using TSX to make the app more organized. TSX is a TypeScript implementation of REACT
git clone
npm install
- Check
src/config/serverCondig.dev.js
and make sure you have access to the server listed. - Login to the server and go to System Configuration > Access and whitelist
localhost:3003
- Make sure you stayed logged in to the server in another browser tab.
npm start
src
REACT source codepublic
static files which will be part of*.zip
build artifactcypress
JavaScript test specs. Testing is done usingCypress
external
JS files used for rendering forms (datasets). These files are kept for reference only. They've been merged into two large files residing inpublic/formJs