Exercecises and slides for FrontEndMasters Client-side APIs workshop.
Download or clone this repository and build on what is included in the app
directory.
To serve this repo locally, you can install http-server globally and use the start script on the package.json.
yarn global add http-server
yarn install
yarn start
- File Appendix - What do the different files here do?
- Using Material Design Lite's Sass - how to get MDL's Sass working with WSK
- Deployment guides - available for Firebase, Google App Engine and other services.
- Gulp recipes - the official Gulp recipes directory includes a comprehensive list of guides for different workflows you can add to your project.