Go to file
2017-08-29 21:12:34 -06:00
public layout router, sagas, reducers, html structure 2017-08-29 16:55:44 -06:00
src Finished functionally complete email confirmation workflow 2017-08-29 21:12:34 -06:00
.env Finished functionally complete client registration workflow 2017-08-29 19:51:45 -06:00
.gitignore initialized create-react-app@1.4.0 2017-08-29 15:29:44 -06:00
package.json Finished functionally complete client registration workflow 2017-08-29 19:51:45 -06:00
README.md Finished functionally complete email confirmation workflow 2017-08-29 21:12:34 -06:00
yarn.lock Finished functionally complete client registration workflow 2017-08-29 19:51:45 -06:00

CareMyWay Client

Generated using create-react-app.

Quickstart (Development)

  • Ensure the server is up and running locally.
  • Install dependencies with yarn install
  • Run the client with yarn start

Now you can visit localhost:3000 from your browser.

Environment Variables

The environment variables are embedded during the build time. For more information, please refer to the docs.

Environment Variable Default Value Description
REACT_APP_API_ENDPOINT "http://localhost:8000" Server API endpoint
REACT_APP_REDUX_LOGGING Set for Redux Log

Testing

To test the react app, call yarn test.