https://github.com/localvoid/uix_standalone
*EXPERIMENTAL* isomorphic dart web app
https://github.com/localvoid/uix_standalone
Last synced: 1 day ago
JSON representation
*EXPERIMENTAL* isomorphic dart web app
- Host: GitHub
- URL: https://github.com/localvoid/uix_standalone
- Owner: localvoid
- Created: 2015-03-30T05:36:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T11:19:43.000Z (over 11 years ago)
- Last Synced: 2025-10-18T18:36:57.373Z (9 months ago)
- Language: Dart
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Isomorphic Dart Web Application built with uix library
Proof of Concept of building Isomorphic Dart Web Apps with simple
preprocessor. Unfortunately Dart doesn't support conditional
compilation natively, so it is an ugly solution.
## Code structure
- `src` - source code with preprocessor directives
- `lib` - automatically generated from `src`
- `server` - backend
- `web` - frontend
## Install
- `$ pub build`
- `$ dart ./server/main.dart`