Skip to content

HealthStarInformatics/cash-flow-tool

Repository files navigation

Resources

CFT Mock
CFT Initial Requirements
CFPB Design Guidlines
Your Money, Your Goals toolkit

Local Development

Run development server

yarn
yarn start

Visit http://localhost:3000

Run Production Locally with Docker

Install Docker
https://docs.docker.com/v17.09/engine/installation/

Configure your environment with your Docker username

export DOCKER_HUB_USER="your_user_name"

Build and Run Docker image

yarn run docker

Visit http://localhost:5000

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify