Davaliitos / Photography-Blog

A responsive blog for Apple devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

By Fernando Dávalos

Photography-Blog

Photography-Blog is a simple page that is responsive, and adapts to different types of Apple Devices.

Installation

  1. Clone this repository locally.

  2. Install composer dependencies using

composer install
  1. Create copy of .env file
cp .env.example .env
  1. Generate app encryption key 'php artisan key:generate'
php artisan key:generate
  1. Install dependencies using
npm install
  1. Start your server using
php artisan serve
  1. Start your client-server using
npm run watch

8.Navigate to app in a Google Chrome or Mozilla Firefox (http:localhost:8000)

  1. Enjoy!

I used the following technologies: Laravel, Html, CSS, Vuejs

NOTE

There is a bug in webpack. Sometimes it fails to load the module 'postcss-loader'. If that happens, comment line 120 in the Home.vue file, save, remove the comment and save again, the page should now show without any problem.

Requirements

Build an web page that is responsive depending of the resolution of the browser.

About

A responsive blog for Apple devices


Languages

Language:PHP 86.5%Language:Vue 13.1%Language:HTML 0.4%