https://github.com/gregmalcolm/wackywandaswickedweaponsdotnet
Generic JS SPA demo, .NET flavor
https://github.com/gregmalcolm/wackywandaswickedweaponsdotnet
Last synced: about 1 year ago
JSON representation
Generic JS SPA demo, .NET flavor
- Host: GitHub
- URL: https://github.com/gregmalcolm/wackywandaswickedweaponsdotnet
- Owner: gregmalcolm
- Created: 2018-03-18T22:36:31.000Z (about 8 years ago)
- Default Branch: fix-it
- Last Pushed: 2018-03-22T04:29:22.000Z (about 8 years ago)
- Last Synced: 2025-01-31T09:41:31.432Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wacky Wanda’s Wicked Weapons .NET Flavor
========================================
This is a simple ES6 frontend used for demo purposes for the talk
“Chrome Developer Tools: Raiding the Armory”
This version has been ported into a ASP.NET Core environment.
Speakerdeck:
https://speakerdeck.com/gregmalcolm/chrome-dev-tools-raiding-the-armory
Although this project has C# backend, it still makes makes use of a separate api project:
https://github.com/gregmalcolm/wacky-wandas-wicked-weapons-api
There are 2 important branches:
#### Branch: fix-it
The code in a purposefully “broken” state
Note: This branch is subject to rebasings from solutions branch whenever
something changes.
#### Branch: solution
The code with all corrections in place
Setup
-----
Install npm dependencies:
```
npm install
```
Either start from Visual Studio or VSCode or from the command line like this:
```
VSTEST_HOST_DEBUG=1 ASPNETCORE_ENVIRONMENT=Development dotnet run
```