andydevs / css-grid-blog-homepage-example

Example of a homepage for a blog written in css grid

Home Page:http://andydevs.github.io/css-grid-blog-homepage-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experiments in using CSS grid to create responsive websites

Desktop

Tablet

Mobile

Development

Make sure your environment is configured to development mode.

This project uses Grunt as it's main task runner.

Type npm install to install Grunt and other dependencies.

Build the Project

If you're on npm 5.2 or higher, type npx grunt.

Otherwise, type ./node_modules/.bin/grunt.

You can also use grunt build, which does the same thing.

Run the Dev Server

If you're on npm 5.2 or higher, type npx grunt devserver.

Otherwise, type ./node_modules/.bin/grunt devserver.

This will also run grunt watch, so the webpage will livereload when you make changes.


Created by Anshul Kharbanda (andydevs)

About

Example of a homepage for a blog written in css grid

http://andydevs.github.io/css-grid-blog-homepage-example

License:MIT License


Languages

Language:HTML 58.3%Language:SCSS 33.1%Language:JavaScript 8.6%