#react-aspnet
Demo app built with React and ASP.NET Web API. A minimalist implmentation of Flux architetcure is included in this version. An enhanced version of Flux is coming.
- To build the Web API project, open the solution in Visual Studio 2013, and build the solution to install Nuget packages. This will automatically restore Nuget packages.
- To change the API url in the Web app (Client app built with React), modify the config.js file at /ResourceMetadata.Web/Scripts/config.js.
- If you haven't installed Node.js, download and install it from http://nodejs.org/
- Navigate to the directory of ResourceMetadata.Web project in command prompt and run command npm install
- Execute gulp tasks
- Run command gulp build.
- In order to clean the destination files created by build task, run gulp clean.