2929- ` npx create-react-app PROJECT_NAME --template ui5-webcomponents-react-seed ` ;
3030- cd into ` PROJECT_NAME ` ;
3131- (no need to run ` yarn install ` since it already installs it for you);
32- - run the available scripts;
32+ - run the available scripts.
3333
3434PS.: It is important to add the ` --template ui5-webcomponents-react-seed ` at the end to get our template.
3535
3636# Configuration Included
3737
38- - JEST Up & Runnning.
38+ - JEST Up & Runnning;
3939
40- - ESLint & EditorConfig Up & Running.
40+ - ESLint & EditorConfig Up & Running;
4141
42- - CommitLint Up & Running.
42+ - CommitLint Up & Running;
4343
44- - Enviroment Variables Up & Running.
44+ - Enviroment Variables Up & Running;
4545
46- - Internalization Up & Running.
46+ - Internalization Up & Running;
4747
48- - PR Template.
48+ - PR Template;
4949
50- - IE Support.
50+ - IE Support;
5151
5252- Multiple Scripts.
5353
5454# Engine Included
5555
56- - Fallback Engine (` <ErrorBoundary /> ` , ` <NotFound /> ` and ` <Error /> ` ).
56+ - Fallback Engine (` <ErrorBoundary /> ` , ` <NotFound /> ` and ` <Error /> ` );
5757
58- - MockServer Engine (w/ ` json-server ` ).
58+ - MockServer Engine (w/ ` json-server ` );
5959
60- - HTTP Request Engine (w/ ` Request ` and ` URLProvider ` ).
60+ - HTTP Request Engine (w/ ` Request ` and ` URLProvider ` );
6161
62- - Permission Engine (w/ ` RouteValidator ` and ` ComponentValidator ` )
62+ - Permission Engine (w/ ` RouteValidator ` and ` ComponentValidator ` ).
6363
6464# Hooks Included
6565
66- - ` useRequest ` : Which includes ` get ` , ` post ` , ` patch ` , ` delete ` , ` put ` HTTP helpers.
66+ - ` useRequest ` : Which includes ` get ` , ` post ` , ` patch ` , ` delete ` , ` put ` HTTP helpers;
6767
6868- ` useAuthority ` : Which includes ` hasAccess ` helpers.
6969
@@ -75,7 +75,9 @@ In the project directory, you can run:
7575
7676### ` yarn start `
7777
78- Runs the app in the development mode @ [ http://localhost:3000 ] ( http://localhost:3000 ) (⚠️ currently not supported).
78+ Runs the app in the development mode @ [ http://localhost:3000 ] ( http://localhost:3000 ) .
79+
80+ ⚠️ It requires an AppRouter or a BackEnd up & running @ ` <domain>:<port>/api ` .
7981
8082### ` yarn mock `
8183
0 commit comments