/Dart-Web-App

Trying out the DART Web App😋. Create simple native web(html css) increment and decrement counter with dart

Primary LanguageDart

Simple Dart-Web-App

Type : Web/Situs web

Helo👋

Language: English

Description:

Trying out the DART Web App😋. Create simple native web(html css) increment and decrement counter with dart.

Requirements

  • Dart SDK already installed
  • Your fav IDE/TextEditor (I personally use VSCode)

Instruction

  • 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 run webdev serve on a localhost port that is different from the default port during development,
use webdev serve web:[custom-port] (ex: webdev serve web:8081)
Solved Issue: dart-lang/webdev#198


Live Demo

Curious to see the simple web results directly?
Go to my github pages quickstart - my webapp deployment ex


Source:

  • 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

Use

My Skills