angularDart quickstart - TeamFlowerPower/kb GitHub Wiki
- Create project folder:
mkdir myProject - Generate project template:
stagehand web-angular - Get packages:
pub get - Start auto-build service (generates js):
webdev serve- This will take a while for the very first time
- Start coding :D
Stagehand templates
-
console-full- A command-line application sample. -
package-simple- A starting point for Dart libraries or applications. -
server-shelf- A web server built using the shelf package. -
web-angular- A web app with material design components. -
web-simple- A web app that uses only core Dart libraries. -
web-stagexl- A starting point for 2D animation and games.
