Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T06:28:53.000Z (9 months ago)
- Last Synced: 2024-04-28T08:20:29.672Z (9 months ago)
- Topics: bootstrap, lerna, monorepo, mysql, nestjs, nestjs-backend, react, storybook, template, typeorm, typescript, yarn-workspaces
- Language: TypeScript
- Size: 3.21 MB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 23
-
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)_