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 watchFor production environments...
$ npm run prodIn 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 jsfile (write all your custom logics here)vendorfolder for any 3rd party libraries
- Bootstrap Latest version (Flexbox)
- Jquery
- SCSS
- Laravel Mix