ChromediaTakeHome Exam
Solution consists of:
- PrinceChavez.Chromedia.Models
- PrinceChavez.Chromedia.Services
- PrinceChavez.Chromedia.Web (MVC with REACT) - start up project
Instructions
- Clone the repo
- Right click Solution => Restore NuGet Packages (for NewtonSoft.Json in the Service Project)
- Right click
PrinceChavez.Chromedia.Webproject =>Set As Startup
Notes:
- Requires NODE.js on the machine (for running React)
- Web project is setup to run
npm installon debug, but if you get an error you may need to run this manually on thePrinceChavez.Chromedia.Web/ClientAppdirectory