rad182 / react-firebase-emr

[WIP] Electronic Medical Records built with React and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-firebase-emr

Electronic Medical Records built using React and Firebase This project was bootstrapped with Create React App.

Folder Structure

After creation, your project should look like this:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    components/
    containers/
    lib/
    routes/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

Setup

You will need to create firebase project and copy .env.sample to .env and populate the info there.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

react-firebase-emr is available under the MIT license. See the LICENSE file for more info.

About

[WIP] Electronic Medical Records built with React and Firebase

License:MIT License


Languages

Language:JavaScript 83.0%Language:CSS 9.8%Language:HTML 7.2%