Skip to content

billdybas/BeyondBootstrapTalk

Repository files navigation

Beyond Bootstrap

How to Write CSS and Free Yourself from the Framework

A talk about the mindset you should have when you want to ditch the framework and roll your own CSS. Also touches on tools, separation of concerns, and styling web components (e.g. React). Originally given to the Society of Software Engineers and a recording can be found here.

Setup

These slides were made with Spectacle. The Spectacle core API is available on Github.

Development

After downloading the repo, your first order of business is to open terminal and run npm install

Then, to start up the local server, run npm start

Open a browser and hit http://localhost:3000, and you're ready to roll

Build

Building the dist version of the project is as easy as running npm run build

Notes

In this version of Spectacle, the speaker notes in presenter mode aren't given much space, so it's easier to read them from the actual presentation code than on the presenter mode interface.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published