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
- Host: GitHub
- URL: https://github.com/amwebexpert/poc-backend-nest-with-frontend-react
- Owner: amwebexpert
- Created: 2023-04-09T21:07:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T22:07:29.000Z (about 3 years ago)
- Last Synced: 2025-02-16T15:16:19.379Z (over 1 year ago)
- Language: TypeScript
- Size: 364 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)