Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 584 Bytes

Planchette

Planchette is a boilerplate for front-end prototypes.

Planchette

Installation

Create a new project folder and remove boilerplate repo:

git clone --depth=1 ssh://[email protected]/penrosestudio/planchette.git new-project
cd new-project
rm -rf .git

Install dependencies:

npm install

Usage

Run gulp watch for building. Build folder is available at localhost:8000

Bootstrap components are at localhost:8000/components.html