#VFA17
VFA17 is our final project for our first year at Gobelins Paris. It consists in an interactive experiment where the user has to improve the environnemental state of a fake city by changing its past. Concretely the user must make differents choices for the city through interactives experiments and can see the consequences of his choices by exploring the city wich takes the form of an isometric SVG.
- ES6 - Babel
- React / Redux
- GSAP
- Pixi.js
- SVG
- Stylus
- Webpack
Clone this repository and install dependencies :
git clone https://github.com/ArnaudRocca/VFA17.git
npm install
Start the webpack-dev-server at http://localhost:8080/
npm start
Build a bundled file outputted here : static/bundle.js
npm run build