# clone repository git clone git@github.com: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.
The code of the exercises can be found in src/views/exercises/exercise-*.html.
Each exercise has a exercise-*-solution.html
next to it.
Code Class Font Loading presentation
This project is scaffolded using the code class template.