https://github.com/n3ps/full-stack-demo
Full-Stack demo using Angular + choice of .NET Core or Java Spring as API.
https://github.com/n3ps/full-stack-demo
angular4 dotnet-core spring-boot
Last synced: 4 months ago
JSON representation
Full-Stack demo using Angular + choice of .NET Core or Java Spring as API.
- Host: GitHub
- URL: https://github.com/n3ps/full-stack-demo
- Owner: n3ps
- Created: 2017-11-11T17:03:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T17:28:54.000Z (over 8 years ago)
- Last Synced: 2025-07-20T15:20:29.009Z (about 1 year ago)
- Topics: angular4, dotnet-core, spring-boot
- Language: TypeScript
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-Stack demo
Using Angular 4 and a choice of .NET Core or Java Spring API
## API: .NET Core version
- .NET Core CLI
- `$ dotnet run`
## API: Java Spring Boot version
- JDK
- Maven CLI
- `$ mvn spring-boot:run`
## UI: Angular 4
* Node or Yarn
* `$ npm i` or `yarn`
* `$ npm start`