PromucFlow_constructor/app/client
2020-08-21 13:43:59 +05:30
..
.storybook Switching to system fonts (#344) 2020-08-19 03:21:23 +05:30
cypress Feature test/search delay (#369) 2020-08-20 16:48:10 +05:30
docker Show warning when mail client is not enabled on an instance (#333) 2020-08-20 10:43:20 +05:30
public remove flag checks via EJS (#387) 2020-08-21 12:59:31 +05:30
src indentify user email in hotjar (#390) 2020-08-21 13:43:59 +05:30
test/__mocks__ Fix autocomplete for special cases (#31) 2020-07-14 16:00:33 +05:30
typings Merge branch 'release' into feature/acl 2020-06-05 13:39:01 +05:30
.dockerignore
.editorconfig
.eslintrc.js
.flowconfig
.gitignore Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
.gitlab-ci.yml Query pane fixes 2020-06-17 10:19:56 +00:00
.huskyrc
.lintstagedrc
.nvmrc
.prettierignore
.prettierrc
.sentryclirc
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 Add @appsmith namespace (#74) 2020-07-10 14:54:06 +05:30
craco.dev.config.js Adding styled component names to dom for local env 2020-06-08 09:00:58 +00:00
cypress.json Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30
Dockerfile Modifying deploy script to replace nginx configuration at runtime (#106) 2020-07-16 11:47:45 +05:30
Dockerfile-cypress-test Adding Github Action workflow to the client code base (#66) 2020-07-16 11:20:46 +05:30
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 Add develop deploy context in netlify.toml (#284) 2020-08-12 14:18:07 +05:30
package.json Switching to system fonts (#344) 2020-08-19 03:21:23 +05:30
README.md fix: restructure code and show content based on permission (#261) 2020-08-12 17:11:56 +05:30
README.old.md
start-https.sh Use injected configuration from Nginx at runtime instead of build time (#30) 2020-07-07 15:52:17 +05:30
tsconfig.json Feature/entity browse (#220) 2020-08-10 14:22:45 +05:30
tsconfig.path.json Add @appsmith namespace (#74) 2020-07-10 14:54:06 +05:30
yarn.lock The default template in editor and app viewer must match (#382) 2020-08-21 01:24:18 +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 Start the client locally using this

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

Cypress tests via Github Actions

The cypress tests run via Github actions pull the release Docker image of the server to run as a service locally. This is to ensure that we don't face any network flakiness during tests.