https://github.com/localvoid/uix_standalone
*EXPERIMENTAL* isomorphic dart web app
https://github.com/localvoid/uix_standalone
Last synced: 5 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T11:19:43.000Z (almost 11 years ago)
- Last Synced: 2025-03-20T04:44:16.956Z (about 1 year 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`