-
Notifications
You must be signed in to change notification settings - Fork 9
Development trick
jorishermans edited this page Nov 23, 2014
·
2 revisions
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;