Alabate / flux2-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flux2-client

Flux2-client is the web app for the second version of Flux.

Getting started

These instructions will get you a copy of the project on your local machine for development and testing purposes.

Prerequisites

Node Package Manager

get NPM here

Installing

After cloning the repository locally, install the project dependencies.

npm install

The flux2-client communicate with flux2-server using webSockets. Look at /src/index.html and change the server URL if necessary.

io.sails.url = 'http://localhost:1337';

Now you can run the app :

npm start

Run the tests

Built with

  • React.js - A javascript library for building user interfaces
  • Material ui - A set of React Components that implement Google's material design
  • NPM - The Javascript package manager
  • WebPack - A module bundler for modern Javascript applications.
  • Babel - A Javascript transpiler
  • Sails socket client - Client library of the Sails.js framework

Licence

This project is licensed under the MIT License - see the LICENSE file for details

About

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 2.7%Language:HTML 1.7%