TryLinks client repository.
Live at here.
Powered by AngularDart, Socket.IO, and more.
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
.
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.