An open API service indexing awesome lists of open source software.

https://github.com/khip01/dart-web-app

Trying out the DART Web App😋. Create simple native web(html css) increment and decrement counter with dart
https://github.com/khip01/dart-web-app

counter css dart html native-web simple webapp

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://dart.dev/web/get-started#tools))_

> 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: [https://github.com/dart-lang/webdev/issues/198](https://github.com/dart-lang/webdev/issues/198)


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


## Source:
- [Dart Docs](https://dart.dev/web) - Dart Docs step-by-step how to create Dart Web App
- [Dart:HTML](https://dart.dev/libraries/dart-html#manipulating-the-dom) - Dart Docs used for implementing dart manipulating DOM on the web
- [Peanut Pub Package](https://pub.dev/packages/peanut) - Easy way to Build Dart Web App to gh-pages
- [Repo Example](https://github.com/filiph/startup_namer) - Example of Dart WebApp Implementation into gh-pages


# Use
[![My Skills](https://skillicons.dev/icons?i=html,css,dart,vscode)](https://github.com/Khip01)