https://github.com/zayniddindev/nx-nest-react
Fullstack app with NestJs and React
https://github.com/zayniddindev/nx-nest-react
Last synced: 10 months ago
JSON representation
Fullstack app with NestJs and React
- Host: GitHub
- URL: https://github.com/zayniddindev/nx-nest-react
- Owner: zayniddindev
- Created: 2022-10-21T07:02:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T07:03:27.000Z (over 3 years ago)
- Last Synced: 2025-02-26T05:21:00.865Z (over 1 year ago)
- Language: TypeScript
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fullstack app with NestJs and React (Powered by [Nx](https://nx.dev))
## Start server:
```
npm start server
```
## Start client:
```
npm start client
```