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

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

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
```