Giter Club home page Giter Club logo

demo-projects's Introduction

Chromely Demo Projects

This repository holds 2 sets of demos, each with their own examples.

Regular Chromely

For more info please see - Chromely Wiki.

Chromely Apps (Angular, React & Vue)

To get started with these demos please visit Chromely Apps.

Running the Demos

Notes

  • Only the CrossPlatDemo is ready out-of-the-box for all platforms.

  • All other demos are Windows-ready by default. You can run them, but may require a bit of knowlege on how those frameworks work.

    • For Angular/React/Vue using start url - local://dist/index.html it uses xcopy (on Windows to copy the dist folder to bin/exe folder) since it may be different for other platforms, you may have to copy the dist folder manually or replace xcopy functionality.

    • For Blazor demos, xcopy is also used in PostBuildEvent. This may require replacement too (or manual copy) for Linux and MacOS.

To run the demos in different platforms - Windows, Linux and MacOS may require a few tweaks.

Assumptions:

  • Visual Studio Code (You can use Visual Studio 2019 too)
  • x64 architecture

After downloading the source code - either by cloning or direct download, you need to do the following:

  • Ensure appropriate runtime is selected in project file. Delete or comment out what is not needed.
    <RuntimeIdentifier>win-x64</RuntimeIdentifier>
    <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
    <RuntimeIdentifier>osx-x64</RuntimeIdentifier>

Sample - https://github.com/chromelyapps/demo-projects/blob/495b630c19953581fff9bea57bf95e1693893df1/regular-chromely/CrossPlatDemo/CrossPlatDemo.csproj#L7

  • Download and install .NET Core 3 Runtime binaries. You will need .NET Core 3 runtime installed. You can install directly if you know what is required. Or you start with building and running and see what is missing.
dotnet restore
dotnet build
dotnet run

and see what errors you get. It will usually tell you what is missing.

  • If you are running on MacOS for the first time, you may run into issue #27.

**** This is just how to run the demos. For full documentation please see wiki.

demo-projects's People

Contributors

dependabot[bot] avatar fiahblade avatar grbd avatar mattkol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.