https://github.com/jensderond/react-nestjs-template
Template to bootstrap a monorepo with a React frontend and NestJS backend
https://github.com/jensderond/react-nestjs-template
bootstrap lerna monorepo mysql nestjs nestjs-backend react storybook template typeorm typescript yarn-workspaces
Last synced: 2 months ago
JSON representation
Template to bootstrap a monorepo with a React frontend and NestJS backend
- Host: GitHub
- URL: https://github.com/jensderond/react-nestjs-template
- Owner: Jensderond
- License: mit
- Created: 2020-01-08T20:10:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T00:08:14.000Z (8 months ago)
- Last Synced: 2025-08-18T03:39:53.278Z (4 months ago)
- Topics: bootstrap, lerna, monorepo, mysql, nestjs, nestjs-backend, react, storybook, template, typeorm, typescript, yarn-workspaces
- Language: TypeScript
- Size: 3.52 MB
- Stars: 26
- Watchers: 3
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Template ReactJS + NestJS 💼
> Template to bootstrap a monorepo with a React frontend and NestJS backend
## Usage
```sh
npx degit Jensderond/react-nestjs-template my-new-project
```
## To do:
### Frontend
- [ ] [storybook](https://github.com/storybookjs/storybook)
- [ ] [styled-components](https://github.com/styled-components/styled-components)
- [x] [ESLint](https://github.com/eslint/eslint)
- [x] [Husky](https://github.com/typicode/husky)
- [ ] [restful-react](https://github.com/contiamo/restful-react)
- [ ] [wouter](https://github.com/molefrog/wouter)
- [ ] [React Helmet](https://github.com/nfl/react-helmet)
### Backend
- [ ] MySQL basic setup to the backend
- [ ] Configuration validation
- [ ] Authentication and authorization with [Passport](https://github.com/jaredhanson/passport)
- [ ] Healtcheck
- [ ] ...
## Install
```sh
yarn install
```
## Start frontend
```sh
yarn workspace frontend start
```
## Start backend
```sh
yarn workspace backend start
```
## Author
👤 **Jens de Rond**
* Website: https://www.jensderond.nl
* Twitter: [@Jensderond](https://twitter.com/Jensderond)
* Github: [@Jensderond](https://github.com/Jensderond)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/Jensderond/react-nestjs-template/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Jens de Rond](https://github.com/Jensderond).
This project is [MIT](https://github.com/Jensderond/react-nestjs-template/blob/master/LICENSE) licensed.
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_