-
Notifications
You must be signed in to change notification settings - Fork 0
angularDart quickstart
holzkohlengrill edited this page Dec 15, 2023
·
2 revisions
- 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.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise