6 lines
117 B
Batchfile
6 lines
117 B
Batchfile
@echo off
|
|
title OpenFin Frontend
|
|
cd /d "C:\DataS\OpenFin\frontend"
|
|
if not exist node_modules npm install
|
|
npm run dev
|