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

https://github.com/amwebexpert/poc-backend-nest-with-frontend-react


https://github.com/amwebexpert/poc-backend-nest-with-frontend-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# poc-backend-nest-with-frontend-react

Startup kit for bootstraping a brand new project with the following technologies

- Backend in [NestJS](https://nestjs.com/)
- Frontend in [React](https://react.dev/) with [Vite](https://vitejs.dev/)
- Both projects using Typescript

## Start the backend
cd backend
npm run start:dev

This should start the BE development server with hot reload support on [http://localhost:3000/](http://localhost:3000/)

## Start the frontend
cd frontend
npm run dev

This should start the FE development server with hot reload support on [http://localhost:3001/](http://localhost:3001/)