Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.09 KB

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