Skip to content

PHP Project starter to setup development env quickly and easily.

Notifications You must be signed in to change notification settings

bkanhu/create-php-project-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-php-project

Get started with PHP development quickly and easily, Start writing code instead of refreshing browser manually everytime.

Feature:

✅ Automatic browser refresh using BrowserSync

✅ SCSS Support out of the box

Installation

You’ll need to have NodeJS, VS Code and Live SCSS Compiler on your local development machine.

  • Clone the project repository to your local machine.
  • Open a terminal or command prompt in the project directory. Install the required Node.js packages by running the following command:
    npm install
    

Running the project

  • Start your local web server(e.g., Apache or Nginx).
  • Open a terminal or command prompt in the project directory.
  • Start the browser-sync server by running the following command:
    npm run start
    

Note: If you're using different port make sure to update that in the proxy option in bs-config.js