Skip to content

dartlangfr/dart-up-and-running

Repository files navigation

Dart: Up and Running

This is the book Dart: Up and Running by Kathy Walrath and Seth Ladd. More info: http://shop.oreilly.com/product/0636920025719.do

An HTML version of this book is online: http://www.dartlang.org/docs/dart-up-and-running/

Configuring your system

Tips for Windows

Development

  • Open a terminal to the root of this project.
  • Run the server with bundle exec jekyll serve, and leave it running while you edit files.
  • Open your browser to http://localhost:4000/dart-up-and-running.
  • Edit, create docs as normal.