Planchette is a boilerplate for front-end prototypes.
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
Run gulp watch
for building. Build folder is available at localhost:8000
Bootstrap components are at localhost:8000/components.html