Language: English
Trying out the DART Web App😋. Create simple native web(html css) increment and decrement counter with dart.
- Dart SDK already installed
- Your fav IDE/TextEditor (I personally use VSCode)
- Clone this repo,
- In CMD/Terminal open this repo
cd Dart-Web-App
- Run the app
webdev serve
(for more information/error visit Dart Docs)
IMPORTANT
if you want to runwebdev serve
on a localhost port that is different from the default port during development,
usewebdev serve web:[custom-port]
(ex: webdev serve web:8081)
Solved Issue: dart-lang/webdev#198
Curious to see the simple web results directly?
Go to my github pages quickstart - my webapp deployment ex
- Dart Docs - Dart Docs step-by-step how to create Dart Web App
- Dart:HTML - Dart Docs used for implementing dart manipulating DOM on the web
- Peanut Pub Package - Easy way to Build Dart Web App to gh-pages
- Repo Example - Example of Dart WebApp Implementation into gh-pages