Skip to content
This repository was archived by the owner on Sep 18, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 887 Bytes

README.md

File metadata and controls

executable file
·
29 lines (18 loc) · 887 Bytes

Code Class Font Loading

Getting started

# clone repository
git clone [email protected]:voorhoede/code-class-font-loading.git

# install dependencies
npm install

# Start server & watch files
npm start

This wil build the project, start the server and start the watcher. The project is available on localhost:3000. The watcher task wil automatically build assets, styles and views. The server will be reloaded on every change.

Exercises

The code of the exercises can be found in src/views/exercises/exercise-*.html. Each exercise has a exercise-*-solution.html next to it.

Slides

Code Class Font Loading presentation


This project is scaffolded using the code class template.