Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 334 Bytes

dotnet-cxjs-spa-template

This is a minimal repo featuring a CxJS application powered by a .NET based back-end.

The CxJS application is located in the Template.WebClient folder.

First run the CxJS application by opening the terminal in the Template.WebClient folder.

npm install
npm start

Then run the .NET project.