https://still-fortress-88655.herokuapp.com
- Node.js 4.x or newer
- Vue.js
1.0.xsimple yet powerful library for building modern web interfaces. - Babel
6.x.xfor ES6+ support - Express minimalist web framework for node
- Pixi.js Super fast HTML 5 2D rendering engine
- Webpack module loader and bundler
Just clone the repo and start :
$ git clone https://github.com/ulysset/people-flow.git
$ cd people-flow
$ npm i # Install Node.js components listed in ./package.json$ npm run dev-server # or: nodemon server.js$ npm run dev-client # or: env BASE_DIR=public/ NODE_ENV=development webpack-dev-server --inline --hot --config public/webpack.config.dev public/webpack.configThis will start a lightweight development server http://localhost:8080.
$ npm run prod-client # or: env BASE_DIR=public/ NODE_ENV=production webpack --config public/webpack.config$ npm start$ git push heroku masterIf you run into any issues please see the Getting Started guide for Vue.js and Pixi.js before submitting an issue.