mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
BIN
samples/react/MusicStore/wwwroot/favicon.ico
Executable file
BIN
samples/react/MusicStore/wwwroot/favicon.ico
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
samples/react/MusicStore/wwwroot/images/home-showcase.png
Normal file
BIN
samples/react/MusicStore/wwwroot/images/home-showcase.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 248 KiB |
BIN
samples/react/MusicStore/wwwroot/images/logo.png
Normal file
BIN
samples/react/MusicStore/wwwroot/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
samples/react/MusicStore/wwwroot/images/placeholder.png
Normal file
BIN
samples/react/MusicStore/wwwroot/images/placeholder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
9
samples/react/MusicStore/wwwroot/web.config
Normal file
9
samples/react/MusicStore/wwwroot/web.config
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
|
||||
</handlers>
|
||||
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false"/>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user