Skip to content
jorishermans edited this page Nov 23, 2014 · 2 revisions

Development trick

Following the next steps will make it easier for you to develop, this allows you to adapt clientside files and immidiatly see results without doing a pub build.

 pub serve web --hostname 0.0.0.0 --port 7777;
 export DART_PUB_SERVE="http://localhost:7777";
 pub run bin/server.dart;
Clone this wiki locally