Skip to content

kabilashgit/static-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static HTML Boilerplate using PHP

Build Status

Simple instruction to setup

$ git clone https://github.com/kabilashgit/static-project-template.git
$ cd <project-Directory>
$ npm install
$ php -S localhost:8000 || php -S YOUR_LOCAL_IP:PORT
$ npm run watch

For production environments...

$ npm run prod

Usage

In index.php add the following details and feel free to add more details to this array which is relevant to the page.

$data = [
  'meta' =>  [
    'title' => 'Home',
    'page_desc' => '',
    'page_image' => ''
  ]
]

Working js files folder contains the

  • custom js file (write all your custom logics here)
  • vendor folder for any 3rd party libraries

Frameworks & Library used

  • Bootstrap Latest version (Flexbox)
  • Jquery
  • SCSS
  • Laravel Mix
Created by Manikandan K

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published