@@ -77,8 +77,27 @@ IN root folder of react-app
77
77
78
78
a) npm install (install babel dependencies)
79
79
80
- b) npm run new (this install and deps of MY application in ./temp)
81
- normally i checked all dependencies
80
+ b) npm run new (this install and deps of MY application in ./temp)
81
+ normally i checked all dependencies
82
+ ### IMPORTANT before to run:
83
+
84
+ > * delete the feathers-authentication installed in ./temp/node_modules/
85
+ and replace by mine (i did some little hack to make the new work with my config)
86
+ > Do unzip ./temp/feathers-authentication.zip to ./temp/node_modules/
87
+
88
+ > * I added ukrainien flag in material-ui-country-flags
89
+ > Do unzip ./temp/material-ui-country-flags.zip to ./temp/node_modules/
90
+
91
+ > * Little mod to support Object.entries in mobx-react-matchmedia and update mobx v2.5:
92
+ > Do unzip ./temp/mobx-react-matchmedia.zip to ./temp/node_modules/
93
+
94
+ > * Manual things be sure to remove:
95
+
96
+ ./temp/node_module/mobx-ajv-form/node_module/mobx
97
+ ./temp/node_module/mobx-ajv-form/node_module/ajv
98
+
99
+ node_module folders are created improperly by mobx-ajv-form due to the new mobx version
100
+
82
101
83
102
b) install my config with nginx for proxying all listening mysite.com:80 to localhost
84
103
@@ -103,33 +122,13 @@ like that we link all my server to localhost
103
122
to check the port running it's in config file .env in ./temp
104
123
105
124
106
- ### IMPORTANT before to run:
107
-
108
- > * delete the feathers-authentication installed in ./temp/node_modules/
109
- and replace by mine (i did some little hack to make the new work with my config)
110
- > Do unzip ./temp/feathers-authentication.zip to ./temp/node_modules/
111
-
112
- > * I added ukrainien flag in material-ui-country-flags
113
- > Do unzip ./temp/material-ui-country-flags.zip to ./temp/node_modules/
114
-
115
- > * Little mod to support Object.entries in mobx-react-matchmedia and update mobx v2.5:
116
- > Do unzip ./temp/mobx-react-matchmedia.zip to ./temp/node_modules/
117
-
118
- > * Manual things be sure to remove:
119
-
120
- ./temp/node_module/mobx-ajv-form/node_module/mobx
121
- ./temp/node_module/mobx-ajv-form/node_module/ajv
122
-
123
- node_module folders are created improperly by mobx-ajv-form due to the new mobx version
124
-
125
-
126
-
127
125
### Run APP:
128
126
129
127
First run nginx simply:
130
128
sudo nginx (in super user because we listen 80)
131
129
132
- * Run server for feathers (watch mode with debug mode authentication)
130
+ * IMPORTANT FIRST
131
+ Run server for feathers (watch mode with debug mode authentication)
133
132
from ./temp
134
133
run:
135
134
DEBUG=feathers-authentication:* node bin/server.js
0 commit comments