-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate last parts of the project to TS
- Loading branch information
1 parent
3e1ac2d
commit 65c46f1
Showing
5 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# GridXXX-App | ||
|
||
Template app that bootstraps the creation of gridsuite apps. | ||
The template setup the authentication mechanism and provide a configured empty application. | ||
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. | ||
|
||
## 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,...). | ||
Some property values have been changed to meet the project needs (ex: target, baseUrl, ...). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// This file will contain exported plugin collections |