Report tool for assisting in speech therapy evaluations. This tool now enables the following features:
- Register / Login / Logout (Session is maintained in localstorage until you logout)
- Create evaluations (MASA test for now only, but in the future we will add many more)
- View your patients and your patients details
- View your history of evaluations performed and details about past evaluations
Technologies used:
react v15.6.1redux v3.7.1react-redux v5.0.5react-router-dom v4.1.1redux-form v6.8.0bootstrap v4.0.0-betareactstrap v4.8.0webpack v3.0.0webpack-dev-server v2.5.0
- Run
npm installoryarn install - Start the dev server using
npm start - Open http://localhost:8080
npm start- start the dev servernpm clean- delete the dist foldernpm run production- create a production ready build indistfoldernpm run lint- execute an eslint checknpm test- run all tests
Run npm run production. The production-ready code will be located under dist folder.