Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Template ReactJS + NestJS 💼



Version

License: MIT


Twitter: Jensderond

> 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)_