You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-117Lines changed: 1 addition & 117 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,121 +199,5 @@ Execute `npm run build:dev` command in the project's dir.
199
199
## Other issues
200
200
* If you will have any issue with the project starting, you can see errors in logs ("/logs" directory). Please, do this before the open an issue on GitHub. Don't forget to mention the version of the React Core Boilerplate (`JavaScript` or `TypeScript`)
201
201
202
-
# Project structure
203
-
***TypeScript** project:
204
-
```shell
205
-
| .gitignore
206
-
| AppSettings.cs
207
-
| appsettings.Development.json
208
-
| appsettings.json
209
-
| Constants.cs # Constants include fake authorization cookie keys.
210
-
| package.json # NPM Package file.
211
-
| Program.cs # Application entry point.
212
-
| ReactSSR.WebApp.csproj # Visual Studio 2017 project file.
213
-
| ReactSSR.WebApp.csproj.user
214
-
| README.md
215
-
| Startup.cs
216
-
| tsconfig.json # TypeScript config file.
217
-
| webpack.config.js # Server and client-side rendering WebPack configurations.
218
-
| webpack.config.vendor.js # Server and client-side rendering WebPack Vendor configurations.
0 commit comments