wisemapping-frontend/packages/webapp
Clément CREUSAT 7a4b5212d9 Merged in bugfix/add-hook-to-webapp (pull request #76)
fix: add custom hook useEditor to webapp package

* fix: add custom hook useEditor to webapp package
2023-11-24 18:39:11 +00:00
..
cypress Add support for new theme 2023-03-01 22:13:31 -03:00
images Add status change support in mindmap editor 2022-10-21 17:26:01 -07:00
lang Change Share dialog message. 2023-05-07 20:04:18 -07:00
public Fix background. 2023-02-02 23:00:59 -08:00
src Merged in bugfix/add-hook-to-webapp (pull request #76) 2023-11-24 18:39:11 +00:00
.eslintrc.json Fix warning on lint 2023-01-14 08:43:06 -08:00
.gitignore Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
README.md Complete translations 2022-02-11 22:27:07 -08:00
cypress.config.ts Migration to cypress 10. 2022-10-30 23:22:13 -07:00
package.json Merged in feature/custom-hook-editor (pull request #74) 2023-11-21 03:00:11 +00:00
tsconfig.json Add string validation 2023-01-13 22:59:56 -08:00
webpack.common.js Fix positioning on top issue. 2023-02-09 19:38:49 -08:00
webpack.dev.js Dependencies cleanup 2022-11-12 15:17:06 +00:00
webpack.prod.js Format JS files. 2022-07-12 18:58:11 -07:00

README.md

WiseMapping React App

Front end for WiseMapping.Org project.

Available Scripts

In the project directory, you can run:

yarn 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.

yarn test

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

yarn 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.

yarn 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.

Generate I18n resource

Extract

yarn extract

Compile

yarn compile lang/en.json --ast --out-file src/compiled-lang/en.json yarn compile lang/es.json --ast --out-file src/compiled-lang/es.json yarn compile lang/fr.json --ast --out-file src/compiled-lang/fr.json yarn compile lang/de.json --ast --out-file src/compiled-lang/de.json

License

The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”); You may obtain a copy of the License