GraftJS / graft.io

Graft.io - website for the graft project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graft

The Graft project explores what the web could become, if we extended microservice architectures into the client.

When you graft something, it involves joining together parts to create a new whole.
One that is hopefully more adaptable, resilient and ultimately interesting.

This is only the website. See the main graft project.


###Installation

npm install -g webpack webpack-dev-server # First install webpack
git clone https://github.com/GraftJS/graft-io
# rm -rf .git # optionally remove git history
npm install # install dependencies

###Development Run the dev server with webpack-dev-server

Go to the dev server url : http://localhost:8080/webpack-dev-server/bundle


###Production Build the deployable static assets with webpack Deploy to gh-pages with gulp deploy

About

Graft.io - website for the graft project


Languages

Language:JavaScript 96.2%Language:CSS 3.8%