Skip to content

gridsuite/gridapp-template

Repository files navigation

GridXXX-App

Template app that bootstraps the creation of GridSuite apps. This template setup the authentication mechanism and provides a configured empty application.

To customize this repository for an app, search and replace the string XXX with the name of the app. For example, GridXXX -> GridFoo, gridXXX-app -> gridfoo-app.

Create a new view in study-server and replace yyy with the new token in rest api src/rest/study.ts.

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, ...).

License Headers and dependencies checking

To check dependencies license compatibility with this project one locally, please run the following command :

npm run licenses-check

Notes :

About

No description, website, or topics provided.

Resources

License

MPL-2.0, Unknown licenses found

Licenses found

MPL-2.0
LICENSE
Unknown
license-checker-config.json

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published