spiff engine frontend
Go to file
burnettk b9238739eb add fix and prettierrc 2022-06-27 09:36:19 -04:00
.github try passing string in to env var w/ burnettk 2022-06-24 17:27:00 -04:00
bin attempt to wait for backend and frontend to be up w/ burnettk 2022-06-17 10:35:38 -04:00
cypress create process instance and then run it in 2 calls now w/ burnettk 2022-06-24 16:07:55 -04:00
public added test to delete a process instance w/ burnettk 2022-06-20 16:43:47 -04:00
src create process instance and then run it in 2 calls now w/ burnettk 2022-06-24 16:07:55 -04:00
.eslintrc.js add eslint and prettier 2022-06-27 09:31:21 -04:00
.gitignore attempt to send data to cypress.io w/ burnettk 2022-06-17 11:05:14 -04:00
.prettierrc.js add fix and prettierrc 2022-06-27 09:36:19 -04:00
.tool-versions add tool versions and switch order of form fields 2022-06-08 16:36:41 -04:00
Dockerfile added some support to run with docker w/ burnettk 2022-06-06 12:27:27 -04:00
LICENSE.rst added LICENSE w/ burnettk 2022-06-02 10:35:03 -04:00
README.md bump 2022-06-24 23:19:38 -04:00
craco.config.js added filters to process instance list w/ burnettk 2022-06-23 14:01:25 -04:00
cypress.config.js finished adding at test for date ranges and moved some common stuff to configs for use in tests as well w/ burnettk 2022-06-24 15:18:25 -04:00
docker-compose.yml added some support to run with docker w/ burnettk 2022-06-06 12:27:27 -04:00
package-lock.json add eslint and prettier 2022-06-27 09:31:21 -04:00
package.json add fix and prettierrc 2022-06-27 09:36:19 -04:00

README.md

spiffworkflow-frontend

NOTE: This is still in development. NOT READY FOR USE!!!!!!!

This is the frontend part of an app that leverages spiffworkflow for managing and running business processes.

This project was bootstrapped with Create React App, and the balance of this README contains information about how to use apps that are bootstrapped with that project.

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run 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!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

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