Skip to content

ulysset/people-flow

Repository files navigation

future-grant

https://still-fortress-88655.herokuapp.com

Requirements

  • Node.js 4.x or newer

Stack

  • Vue.js 1.0.x simple yet powerful library for building modern web interfaces.
  • Babel 6.x.x for ES6+ support
  • Express minimalist web framework for node
  • Pixi.js Super fast HTML 5 2D rendering engine
  • Webpack module loader and bundler

Getting started

Install

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

How to use ?

Server
$ npm run dev-server            # or: nodemon server.js
Client
$ npm run dev-client            # or: env BASE_DIR=public/ NODE_ENV=development webpack-dev-server --inline --hot --config public/webpack.config.dev public/webpack.config

This will start a lightweight development server http://localhost:8080.

Production

Build static files

$ npm run prod-client           # or: env BASE_DIR=public/ NODE_ENV=production webpack --config public/webpack.config

Start server

$ npm start

Deploy

$ git push heroku master

Issues

If you run into any issues please see the Getting Started guide for Vue.js and Pixi.js before submitting an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages