Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.21 KB

TryLinks Server

TryLinks client repository.

Live at here.

Powered by AngularDart, Socket.IO, and more.

Usage

First clone this repository using

git clone https://github.com/NickWu007/TryLinks-Client.git

Then use the angular dart cli tool to serve a live preview. Make sure you have the TryLinks Server running as well.

pub serve -DService=http://localhost

The -DService is to point to the address of the server.

You can also buid the client into plain javascript and html.

pub build -DService=http://localhost

This will generate a build directory. Move the content of this directory to public under TryLinks-Server. Then rerun the server. You should be able to view the functional website at http://localhost:5000/web.

Notes to Contributors

Fork TryLinks server

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

If you are new to Git or GitHub, please read this guide first.