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

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

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`