ReactJS Patient Dashboard for http://github.com/softbrew/phr-core
Patient Dashboard for Personal Health Record System.
- Clone the GitHub repo
- Go to the project directory
cd phr-dashboard
- Install node dependencies
npm install
- Install Browser (using
bower
) dependenciesbower install
- Make sure you have install bower globally with
npm install -g bower
- Make sure you have install bower globally with
- Build application bundle using
npm run webpack
- Then run the server, after successfully running above command