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

voorhoede/code-class-resource-hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Class Resource Hints

Getting started

# clone repository
git clone git@github.com:voorhoede/code-class-resource-hints.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 Resource Hints presentation


This project is scaffolded using the code class template.