Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

voorhoede/code-class-clipboard-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Class Clipboard API

Code Class about the Clipboard API.

Getting started

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

$ git@github.com:Frankwarnaar/code-class-clipboard-api.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.