Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 707 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 707 Bytes

GridExplore

This app uses commons-ui library which released in the npmjs packages.

To launch the app type npm install then npm start .

If you are a developer and you want to update / enhance components used from the gridsuite commons-ui library click here and follow instructions.

code style: prettier

Typescript config

Files tsconfig.json and src/react-app-env.d.ts both results from create-react-app typescript template (version 5). Some property values have been changed to meet the project needs (ex: target, baseUrl,...).