feat: AR-ProjectManagement initial commit — JavaScript (Node.js / React) Express + Prisma (backend) / React + Axios (frontend)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
title AR Project Management - Dev Server
|
||||
echo.
|
||||
echo ╔═══════════════════════════════════════════╗
|
||||
echo ║ AR Electronics - Project Management ║
|
||||
echo ║ Iniciando servidor en localhost:3020 ║
|
||||
echo ╚═══════════════════════════════════════════╝
|
||||
echo.
|
||||
|
||||
cd /d "%~dp0frontend"
|
||||
set PORT=3020
|
||||
set BROWSER=none
|
||||
|
||||
echo Compilando... por favor espera.
|
||||
echo.
|
||||
npx react-scripts start
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user