PromucFlow_constructor/app/client
2020-03-17 19:25:09 +05:30
..
.storybook Add favicon. Connect Nav Dropdown. Fix TagInputComponent. Fetch org and user details. Navigate to applications from /, Check for login 2019-12-23 12:16:33 +00:00
cypress Adding Docker build and cypress testing for all MRs, release & master branches. 2020-03-11 09:24:17 +00:00
docker Adding Docker build and cypress testing for all MRs, release & master branches. 2020-03-11 09:24:17 +00:00
public Remove the troublemaking page.min.js 2020-03-04 16:07:00 +05:30
results Feature/cypress test 2020-03-10 09:38:12 +00:00
src fix issue with default option logic 2020-03-17 19:25:09 +05:30
typings Action refactor 2020-02-18 10:41:52 +00:00
.dockerignore Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
.editorconfig Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.eslintrc.js Recursive dynamic binding resolution 2019-12-30 07:39:53 +00:00
.flowconfig bootstrapped libraries and dependencies 2019-01-21 22:24:33 +05:30
.gitignore Form input default value issues 2020-03-16 15:42:39 +00:00
.gitlab-ci.yml Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
.huskyrc Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/actions 2019-09-13 17:29:45 +05:30
.lintstagedrc API form 2019-10-21 15:12:45 +00:00
.nvmrc Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.prettierignore Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.prettierrc Fix issues caused to UI after resolving merge conflicts 2019-09-02 17:55:17 +05:30
.sentryclirc Sentry sourcemaps 2020-02-27 11:25:55 +00:00
build.sh Adding Docker build and cypress testing for all MRs, release & master branches. 2020-03-11 09:24:17 +00:00
craco.build.config.js No sentry source maps uploaded on local build. 2020-03-05 09:17:10 +00:00
craco.common.config.js Sentry sourcemaps 2020-02-27 11:25:55 +00:00
cypress.json Feature/cypress test 2020-03-10 09:38:12 +00:00
Dockerfile Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
Dockerfile.release Adding conditional variables to gitlab-ci 2020-03-17 13:40:56 +00:00
netlify.toml Hotfix/baseurl env 2020-01-22 12:26:25 +00:00
package.json Form input default value issues 2020-03-16 15:42:39 +00:00
README.md Update README.md 2019-10-28 06:09:56 +00:00
README.old.md ran create react app 2019-01-21 20:41:10 +05:30
tsconfig.json Property validations 2019-11-14 09:28:51 +00:00
yarn.lock Feature/graph components 2020-03-13 12:06:41 +00:00

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

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