Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 510 Bytes

Silver Screen App

Companion code for Component Driven Design in VueJS

Installation

git clone https://github.com/vjrngn/silver-screen.git
cd silver-screen
npm install

Usage

Run gulp to compile all files and gulp watch to watch for any file changes

This app does not ship with a server so you'll need to run your own.

PHP Server

php -S localhost:8080

Python (default: 0.0.0.0:8000)

python -m SimpleHTTPServer