Giter VIP home page Giter VIP logo

client's Introduction

Ulterius Client

Join the chat at https://gitter.im/Ulterius/client

A web-based frontend for Ulterius Server. Written in Typescript using React, Alt and other assorted bits.

screenshot

Build Instructions

  1. Clone repo
  2. npm install
  3. Rename the config.ts.example file in the src directory to config.ts. The options in it will affect your build, namely autoConnect which should be either an object with a host and port property that the client will automatically connect to, or just false; as well as cachePassword which if enabled, will automatically save your password and login on reconnect. There are two objects that are exported, one that's used for dev server builds, and another for production builds.
    • By default, production has {cachePassword: false, autoConnect: false}.
    • By default, dev has {cachePassword: true, autoConnect: true}.
  4. To launch an auto-reloading dev server, use npm run dev, or to generate a production build, npm run build and start up an http server in the public directory, or copy it wherever and do whatever you want with it. It should be perfectly static.

client's People

Contributors

frobthebuilder avatar gitter-badger avatar

Watchers

Tiago Ferreira avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.