An open API service indexing awesome lists of open source software.

https://github.com/codaxy/dotnet-cxjs-spa-template

Minimal repo featuring a CxJS application powered by a .NET based back-end.
https://github.com/codaxy/dotnet-cxjs-spa-template

Last synced: about 1 year ago
JSON representation

Minimal repo featuring a CxJS application powered by a .NET based back-end.

Awesome Lists containing this project

README

          

# 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.