Skip to content

Port of Scaffolding Project implemented in JS. The actual repo was a `Proof of Concept` and rest of the application was developed entirely outside of Open Source. However, This port aims at providing solutions based on Dart & Flutter which are Top Open source Projects. Hence, will this project as well.

License

Notifications You must be signed in to change notification settings

CarreraPHP/scaffolding_dart_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mono repo for Dart Development which include Server, AngularDart and Flutter.

Commands to run the applications

run angular in api

webdev serve --release --output web:../api/ng web:9669

generate DB Schema & tables

aqueduct db generate
aqueduct db upgrade --connect postgres://dart:dart@localhost:5432/scaffolding

steps to ignore changes to config files, where content will vary from dev machine to machine

git update-index --assume-unchanged api/config.yaml
git update-index --assume-unchanged api/config.src.yaml

The above command always considers that these yaml files are never getting updated. This is similar to ignore-on-commit feature of SVN.

To revert back to tracking the files uses the below commands.

git update-index --no-assume-unchanged api/config.yaml
git update-index --no-assume-unchanged api/config.src.yaml

If struck with SASS Issue with the Stagehand generated Code. add below code to your build.yaml file

targets:
  $default:
    builders:      
      sass_builder:
        options:
          outputStyle: compressed
      angular_components|scss_builder:
        enabled: true

About

Port of Scaffolding Project implemented in JS. The actual repo was a `Proof of Concept` and rest of the application was developed entirely outside of Open Source. However, This port aims at providing solutions based on Dart & Flutter which are Top Open source Projects. Hence, will this project as well.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published