Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelitav authored Mar 26, 2024
1 parent 258bc90 commit f5bcfb0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# React + TypeScript + Vite
# Messaging App

This repository contains the frontend codebase for the messaging application.

## React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Expand All @@ -7,7 +11,7 @@ Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration
### Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

Expand Down Expand Up @@ -41,4 +45,4 @@ export default {
### Run Docker container
```docker run -it -p 5173:5173 -host=172.17.0.2 messagging_app:latest```
### Docker-compose
```docker-compose up```
```docker-compose up```

0 comments on commit f5bcfb0

Please sign in to comment.