PromucFlow_constructor/app/client
2020-06-02 06:58:15 +00:00
..
.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 Merge branch 'Add/publish-map-tests' into 'release' 2020-06-02 06:58:15 +00:00
docker Ensuring the Nginx configurations work for yarn tests and for local development as well 2020-05-19 10:36:41 +05:30
public Moving all redirect configuration to the netlify.toml file 2020-05-13 02:13:22 +05:30
src Merge branch 'feature/lightning-menu-feature-flag-config' into 'release' 2020-05-30 02:41:11 +00:00
test/__mocks__ fixed date picker default value down to the ms 2020-04-23 14:57:37 +00:00
typings feat: dynamic post body in api form 2020-05-05 07:50:30 +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 no-var-requires disabled rule added 2020-03-20 09:35:54 +05:30
.flowconfig bootstrapped libraries and dependencies 2019-01-21 22:24:33 +05:30
.gitignore Service workers : Caching 2020-05-05 12:16:51 +00:00
.gitlab-ci.yml Removing unused variables from the codebase 2020-05-22 06:29:26 +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 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 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 Removing unused variables from the codebase 2020-05-22 06:29:26 +00:00
craco.build.config.js Service workers : Caching 2020-05-05 12:16:51 +00:00
craco.common.config.js Sentry sourcemaps 2020-02-27 11:25:55 +00:00
cypress.json Adding the docker image for Cypress + Nginx container. 2020-05-12 19:59:36 +00:00
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 Feature/help 2020-05-28 18:10:26 +00:00
jest.config.js fixed date picker default value down to the ms 2020-04-23 14:57:37 +00:00
netlify.toml Adding custom headers to redirect rules in netlify.toml. 2020-05-19 09:44:19 +05:30
package.json Feature/help 2020-05-28 18:10:26 +00:00
README.md Adding the docker image for Cypress + Nginx container. 2020-05-12 19:59:36 +00:00
README.old.md ran create react app 2019-01-21 20:41:10 +05:30
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 Feature/help 2020-05-28 18:10:26 +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

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