A companion repo to the getting started with css grid presentation.
- To get started, download Firefox developer edition (A great browser for inspecting grid).
- Clone this repo
- In the repo folder run
npm install
- it simply installs a file-watcher to auto-reload on changes - Run
npm start
to start the watcher, it should automatically open your files in Firefox Developer edition.
- CSS Tricks: Complete Guide to CSS Grid
- Wes Bos' CSS Grid course.
- CSS Grid Garden: Pretty awesome for getting to grips with the basics: http://cssgridgarden.com/