PromucFlow_constructor/app/client
vicky-primathon 1e67ea21c0
Widget on error action binding (#22)
Changes to fix the the UI/functionality breaking in widget action selectors when the onError action is configured first for an api or a query type action. Remove validation widget action selectors.
2020-07-06 13:46:42 +05:30
..
cypress Name of a newly created api and query is focused on mount. (#21) 2020-07-06 11:08:39 +05:30
docker Reverting local api to point to release-api. 2020-06-24 12:04:14 +05:30
public Moving all redirect configuration to the netlify.toml file 2020-05-13 02:13:22 +05:30
src Widget on error action binding (#22) 2020-07-06 13:46:42 +05:30
test/__mocks__ Fix embedded datasource path (#2) 2020-07-01 15:31:07 +05:30
typings Merge branch 'release' into feature/acl 2020-06-05 13:39:01 +05:30
.dockerignore Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
.editorconfig
.eslintrc.js no-var-requires disabled rule added 2020-03-20 09:35:54 +05:30
.flowconfig
.gitignore Service workers : Caching 2020-05-05 12:16:51 +00:00
.gitlab-ci.yml Query pane fixes 2020-06-17 10:19:56 +00:00
.huskyrc
.lintstagedrc Generate widgets from blueprint. Close previously open modals when showing a modal. Fix unicode page name issue in pagelist sidebar 2020-03-27 09:02:11 +00:00
.nvmrc
.prettierignore
.prettierrc
.sentryclirc Sentry sourcemaps 2020-02-27 11:25:55 +00:00
build.sh Query pane fixes 2020-06-17 10:19:56 +00:00
craco.build.config.js Service workers : Caching 2020-05-05 12:16:51 +00:00
craco.common.config.js Adding styled component names to dom for local env 2020-06-08 09:00:58 +00:00
craco.dev.config.js Adding styled component names to dom for local env 2020-06-08 09:00:58 +00:00
cypress.json Merge branch 'release' into feature/acl 2020-06-05 13:39:01 +05:30
Dockerfile Correcting the Docker packaging for master and building the project in Gitlab CI instead of Docker container. 2020-03-17 18:03:14 +00:00
Dockerfile-cypress-test Adding the docker image for Cypress + Nginx container. 2020-05-12 19:59:36 +00:00
gitbook-algolia-lambda.js Updated algolia for the order. 2020-05-29 12:42:35 +05:30
jest.config.js Fix embedded datasource path (#2) 2020-07-01 15:31:07 +05:30
netlify.toml Merge branch 'release' into feature/acl 2020-06-05 13:39:01 +05:30
package.json Streamline action save with widgets (#10) 2020-07-03 14:28:58 +05:30
README.md Adding the docker image for Cypress + Nginx container. 2020-05-12 19:59:36 +00:00
README.old.md
start-https.sh Service workers : Caching 2020-05-05 12:16:51 +00:00
tsconfig.json Property validations 2019-11-14 09:28:51 +00:00
yarn.lock Remove storybooks from the client app (#9) 2020-07-02 11:21:32 +05:30

Dev Dependencies

  • yarn
  • nvm

Dev Setup

  • cd internal-tools-client Change directory to the project directory
  • nvm install Install the version of node and npm required by the project using nvm
  • yarn Install packages and run setup scripts
  • yarn start Deploy locally

For more details on how to run this locally, please visit: Notion Doc

This project was bootstrapped with Create React App.

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 the browser.

The page will reload if you make edits.
You will 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 cant go back!

If you arent 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 youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt 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