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

https://github.com/brucevilo1013/react-express-typescript-boilerplate

Boilerplate with Typescript, React.js, Express.js, Postgres, Docker, CI/CD
https://github.com/brucevilo1013/react-express-typescript-boilerplate

boilerplate bun cicd docker expressjs jest nodejs playwright postgresql reactjs sequelize storybook template typescript vitejs

Last synced: 3 months ago
JSON representation

Boilerplate with Typescript, React.js, Express.js, Postgres, Docker, CI/CD

Awesome Lists containing this project

README

          

# react-express-typescript-boilerplate

### Use case
- Boilerplate with React, Express

### To create a project, simply run
```bash
npx create-vite-react-express
```

### How to set up, run
- Install dependencies

```bash
npm run setup
```
- Run dev server

```bash
npm run dev
```

### Used technologies

- Frontend

React.js, Typescript, React query, Tailwind CSS, Jest, Playwright, Storybook

- Backend

Express.js, Typescript

- Database

Postgresql, Sequelize

- Tools

Concurrently, Vite, Bun, Docker, K8s, CI/CD

- Package manager

Bun

### References
#### [Create react, typescript project using Vite, Bun](https://blog.logrocket.com/getting-started-bun-react/)
#### [Create express, typescript sever](https://github.com/w3tecch/express-typescript-boilerplate)

### Plans
1. Configure CI/CD pipelines
2. Containerize with docker, k8s