Skip to content

localvoid/uix_standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

*EXPERIMENTAL* isomorphic dart web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages