Merge branch 'main' of https://git.gumoio.com/Juan.Lazaro/SIU_Dran_net
This commit is contained in:
commit
fdfd732fe4
|
@ -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
|
||||
```
|
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue