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
- Host: GitHub
- URL: https://github.com/khip01/dart-web-app
- Owner: Khip01
- Created: 2024-01-24T11:56:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T11:13:24.000Z (over 2 years ago)
- Last Synced: 2024-01-25T13:32:15.187Z (over 2 years ago)
- Topics: counter, css, dart, html, native-web, simple, webapp
- Language: Dart
- Homepage: https://khip01.github.io/Dart-Web-App/
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Simple Dart-Web-App
## 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
[](https://github.com/Khip01)