https://github.com/wichopy/wounds-demo
Medical wound tracking application written in react/redux/sagas and express HAPI backend.
https://github.com/wichopy/wounds-demo
Last synced: over 1 year ago
JSON representation
Medical wound tracking application written in react/redux/sagas and express HAPI backend.
- Host: GitHub
- URL: https://github.com/wichopy/wounds-demo
- Owner: wichopy
- Created: 2018-06-22T16:36:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T11:06:50.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T01:46:28.370Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 486 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Server
Provided by project assigner
To run:
~~~
cd api
npm install
npm start
~~~
Server should run at localhost:3001
Note: Changed the default port of 3000 -> 3001 to allow Create React App's proxy to work during development.
#Client
Create react app with Redux, Redux Sagas, and Styled Components.
To run:
~~~
cd ui
npm install
npm start
~~~
Client should run at localhost:3000
#Storybook
Storybook.js was used during development to create the dumb components. To view it:
~~~
cd ui
npm run storybook
~~~
Storybook should run at localhost:9009