Recovered from backup
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Para lanzar la API en local
|
||||
1. `pip install -r requirements.txt`
|
||||
2. `uvicorn main:app --reload --port <puerto que quieras>`
|
||||
|
||||
# Para lanzar la web en modo desarrollador
|
||||
1. `npm install`
|
||||
2. `npm run dev`
|
||||
|
||||
# Para transpilar la web de React a HTML/CSS/JS Vanilla
|
||||
`npm run build` <br>
|
||||
La encontraréis en `dist/`
|
||||
Reference in New Issue
Block a user