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.
- Host: GitHub
- URL: https://github.com/codaxy/dotnet-cxjs-spa-template
- Owner: codaxy
- License: mit
- Created: 2023-01-28T09:04:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T13:44:10.000Z (about 2 years ago)
- Last Synced: 2025-04-30T22:55:41.604Z (about 1 year ago)
- Language: JavaScript
- Size: 5.57 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.