adding .bat and .sh files to setup and start project easily
This commit is contained in:
10
start_win.bat
Normal file
10
start_win.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
REM Run the project
|
||||
echo Starting development server...
|
||||
start call npm start
|
||||
|
||||
REM Wait for a few seconds to ensure the server is up and running
|
||||
timeout /t 2
|
||||
|
||||
REM Open browser
|
||||
echo Opening browser...
|
||||
start http://localhost:3000
|
||||
Reference in New Issue
Block a user