/css-grid-blog-homepage-example

Example of a homepage for a blog written in css grid

Primary LanguageHTMLMIT LicenseMIT

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)