This commit is contained in:
dangj501 2024-06-10 21:56:32 -06:00
commit fdfd732fe4
2 changed files with 32 additions and 0 deletions

19
Server/README.md Normal file
View File

@ -0,0 +1,19 @@
## Correr el programa
una vez copiando el repositorio ejecuta
```bash
npm i
```
Despues para correr el programa
```bash
node server.js
```
o
```bash
node_modules/.bin/nodemon server.js
```

View File

@ -6,3 +6,16 @@ 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
## Correr el programa
una vez copiando el repositorio ejecuta
```bash
npm i
```
Despues para correr el programa
```bash
npm run dev
```