Dart Web Programming for Beginners: 35 Stagehand

preview_player
Показать описание
In this video, we review Stagehand, which is a program run through pub that sets up templates, for when you want to first start a Dart application, but would prefer to speed up the setup process.

pub global activate stagehand
open .bashrc, and copy/paste the needed variable path, save, reboot.
pub global activate stagehand

The link for more information on stagehand:

available templates, directly quoted from the above url:
console-full - A larger command-line application sample.
console-simple - A simple command-line application.
package-simple - A starting point for Dart libraries or applications.
server-appengine - A simple App Engine application.
server-shelf - A web server built using the shelf package.
web-simple - An absolute bare-bones web app.
Рекомендации по теме
Комментарии
Автор

You can reload .bashrc with
source ~/.bashrc

NoahNobody
Автор

Great work Kim. Do you have plan to record tutorials about using Flux and React frameworks with dart?

syedqasim
Автор

Awesome work. Any chance of doing angular dart in future?

edistar
Автор

A late comment, maybe you figured it out by now, but bashrc is run when you start your bash, so instead of a reboot, simply closing and restarting your terminal should do the trick..

willowthewispy