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

Latest commit

 

History

History
29 lines (18 loc) · 987 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 987 Bytes

Code Class Resource Hints

Getting started

# clone repository
git clone [email protected]: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.