Presentation that walks through getting started with CSS Grid. It was created and presented in March 2020.
This presentation was built with Spectacle. Spectacle Docs
-
Install dependencies
$ npm install
-
Start the webpack server. The server will run at the default
webpack-dev-serveraddress,localhost:8080.$ npm run start # Or with a specific port! $ npm run start --port=3000 -
Open
http://localhost:3000in your browser.
Building the dist version of the project is as easy as running
$ npm run buildFrom there you can deploy the built slides in dist to services like Netlify, Surge, etc!