Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mokkapps/ts-fullstack-app-demo
This is a demo application for a fullstack TypeScript application using Nx, Angular and Nest.js
https://github.com/mokkapps/ts-fullstack-app-demo
angular demo fullstack nestjs nx typescript
Last synced: about 1 month ago
JSON representation
This is a demo application for a fullstack TypeScript application using Nx, Angular and Nest.js
- Host: GitHub
- URL: https://github.com/mokkapps/ts-fullstack-app-demo
- Owner: Mokkapps
- License: mit
- Created: 2019-06-18T18:55:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T14:23:37.000Z (over 5 years ago)
- Last Synced: 2024-04-15T03:35:24.479Z (10 months ago)
- Topics: angular, demo, fullstack, nestjs, nx, typescript
- Language: TypeScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Demo for a full-stack TypeScript application
This demo was developed to demonstrate how to a full-stack TypeScript application could be bootstrapped.
It uses
* [Nx](https://nx.dev), which a set of Angular CLI power-ups for modern development
* [Angular](https://angular.io) for the frontend application
* [Nest.js](https://nestjs.com) for a Node.js based backend applicationDemo instructions are located at `DEMO.md`.
This demo was inspired by the official [Nx guide](https://nx.dev/fundamentals/build-full-stack-applications).