react-nestjs-template

Template to bootstrap a monorepo with a React frontend and NestJS backend

MIT License

Stars
26
Committers
4

Template to bootstrap a monorepo with a React frontend and NestJS backend

Usage

npx degit Jensderond/react-nestjs-template my-new-project

To do:

Frontend

Backend

  • MySQL basic setup to the backend
  • Configuration validation
  • Authentication and authorization with Passport
  • Healtcheck
  • ...

Install

yarn install

Start frontend

yarn workspace frontend start

Start backend

yarn workspace backend start

Author

👤 Jens de Rond

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Jens de Rond. This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator