reflex-platform
A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
File Explorer
Download Latest Version (.zip)- main.yml
- .keep
- deps.nix
- pom.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- index.html
- gradle.properties
- proguard.txt
- AndroidManifest.xml.nix
- Application.mk.nix
- build-gradle-app.nix
- build.gradle.nix
- buildIcons.nix
- default.nix
- deploy.sh
- haskellActivity.version
- impl.nix
- strings.xml.nix
- compareBenchmarkResults.hs
- platform-support.md
- project-development.md
- project-development.rst
- qa-guide.md
- default.nix
- github.json
- thunk.nix
- default.nix
- CHANGELOG.md
- LICENSE
- Main.hs
- Setup.hs
- WorkOnTest.cabal
- helloDom.hs
- host.hs
- .gitignore
- README.md
- default.nix
- github.json
- thunk.nix
- default.nix
- default.nix
- fast-weak.patch
- attoparsec-rm-internal-lib.patch
- autoreconf.patch
- cabal-install.nix
- default.nix
- ghcjs-base-cabal-version.patch
- ghcjs-network.patch
- src.nix
- default.nix
- fast-weak.patch
- default.nix
- ghcjs-base-text-jsstring.patch
- default.nix
- ghcjs-base-text-jsstring.patch
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- fix-big-sur.patch
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- github.json
- default.nix
- github.json
- github.json
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- github.json
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- default.nix
- github.json
- thunk.nix
- default.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- git.json
- thunk.nix
- ghc-8.6-autoreconf.patch
- load-splices.nix
- save-splices.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- hashable.patch
- say.patch
- default.nix
- github.json
- thunk.nix
- buffer-builder-text-jsstring.patch
- conduit-extra-text-jsstring.patch
- default.nix
- doube-conversion-Add-test-jsstring.patch
- double-conversion-Add-text-jsstring.patch
- default.nix
- github.json
- thunk.nix
- conduit-extra-text-jsstring.patch
- default.nix
- default.nix
- any-8.6.nix
- any-8.nix
- any-head.nix
- default.nix
- expose-all-unfoldings.nix
- ios.nix
- profiling.nix
- untriaged.nix
- Icon-60@2x.png
- Icon-60@3x.png
- Icon-72.png
- Icon-72@2x.png
- Icon-76.png
- Icon-76@2x.png
- Icon-83.5@2x.png
- Icon-Small-40.png
- Icon-Small-40@2x.png
- Icon-Small-40@3x.png
- Icon-Small-50.png
- Icon-Small-50@2x.png
- Icon-Small.png
- Icon-Small@2x.png
- Icon-Small@3x.png
- Icon.png
- Icon@2x.png
- LICENSE.txt
- .keep
- default.nix
- PackageApplication
- git.json
- default.nix
- github.json
- default.nix
- default.nix
- default.nix
- default.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- github.json
- thunk.nix
- default.nix
- default.nix
- force-relocation.patch
- strict-align.patch
- default.nix
- android-8.10-splices.patch
- ghc.nix
- ArchLinux.md
- LinuxMint.md
- macOS.md
- NixOS.md
- default.nix
- addTimings
- benchmark
- bump-nix-installer.sh
- cache
- common-setup.sh
- docs-for
- fixGhcjsProfilingOutput
- hack-add
- hack-off
- hack-on
- installNix.sh
- ios-deploy-todomvc.sh
- prof-huge-table-with
- push
- run-in-commit
- run-in-ios-sim
- run-todomvc-in-ios-sim.sh
- setup
- test
- test-staged
- test.hs
- uploadDocs
- uploadReleaseCandidate
- work-on
- work-on-multi
- skeleton.nix
- default.nix
- github.json
- .ghci
- .gitattributes
- .gitignore
- cabal.project
- ChangeLog.md
- CONTRIBUTING.md
- default.nix
- ghcjs.externs.js
- HACKING.md
- LICENSE
- packages.nix
- README.lhs
- README.md
- release.nix
- shell.nix
- STACK.md
- try-reflex
# Installation Guide
1. Get the code
git clone https://github.com/reflex-frp/reflex-platform
Downloads the entire project code from GitHub to your computer.
cd reflex-platform
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd android/defaults
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
