Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 459 Bytes

File metadata and controls

35 lines (23 loc) · 459 Bytes

Simple Serve

Copy your HTML project into the dist folder and run the start files according to your operating system.

If you don't have the .htaccess file in your project, add what's in this project

Starting

npm i

Windows

.\start.bat

ou

Two clicks on the file start.bat

Linux/Mac

chmod -x start.sh
./start.sh

General

If you wish to run the command via terminal

npm start