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

Latest commit

 

History

History
23 lines (15 loc) · 568 Bytes

File metadata and controls

23 lines (15 loc) · 568 Bytes

Code Class Intersection Observer

Getting started

This project is hosted as a Voorhoede GIT repository. Clone it:

$ git clone git@github.com:voorhoede/code-class-intersection-observer.git

Install dependencies:

$ npm install

Start server & watch files:

$ npm run 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.