aspnetcore/templates/ReactSpa
SteveSandersonMS 5743d312c2 Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
..
ClientApp In all the app templates, load and execute the Bootstrap JS code 2016-03-01 16:26:05 +00:00
Controllers Simpler use of attribute routing 2016-03-08 18:15:09 +00:00
Views In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds) 2016-03-01 13:18:35 +00:00
typings Add data-loading example to ReactSpa template, and remove server-side rendering (because you really need Redux/Flux or similar for that to make sense) 2016-02-24 18:32:31 +00:00
wwwroot Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
.babelrc
.gitignore Add templates projects to .sln file 2016-03-08 09:57:36 +00:00
Dockerfile
README.md
ReactSpa.xproj Improve VS compatibility using <TypeScriptCompileBlocked> in .xproj files 2016-04-29 17:33:31 +01:00
Startup.cs Normalise trailing whitespace and line endings everywhere 2016-03-01 01:10:43 +00:00
appsettings.json
package.json Update to current versions of React/Redux/etc. 2016-04-13 15:34:23 +01:00
project.json Clean up versions of referenced packages 2016-04-14 15:14:26 +01:00
tsconfig.json Make TS build a bit faster. This is pretty safe, but could easily be reverted if any problems emerge. 2016-03-01 15:47:58 +00:00
tsd.json Add data-loading example to ReactSpa template, and remove server-side rendering (because you really need Redux/Flux or similar for that to make sense) 2016-02-24 18:32:31 +00:00
webpack.config.dev.js
webpack.config.js In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds) 2016-03-01 13:18:35 +00:00
webpack.config.prod.js Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering. 2016-03-01 14:30:42 +00:00
webpack.config.vendor.js Change Angular2 template to use vendor DLL too. Temporarily disabled server-side prerendering. 2016-03-01 14:30:42 +00:00