An open API service indexing awesome lists of open source software.

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.

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