Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 977 Bytes

File metadata and controls

30 lines (22 loc) · 977 Bytes

Getting Started

Requirements

Solution.js takes advantage of web standards that are supported in all modern desktop browsers and most mobile browsers.

Solution.js is supported in

  • Windows
    • Chrome
    • Chromium Edge
    • Firefox
  • MacOS
    • Chrome
    • Safari
  • iOS
    • Chrome
    • Safari
  • Android
    • Chrome

Building

  1. Build the repository using the Windows batch file build.bat or the bash command shell build.sh. These files initialize the npm environment that the library uses, build the library and its demos, and run the unit tests.
  2. On Windows, copy the demos folder into C:\inetpub\wwwroot\
  3. On Windows, open a browser and go to the page http://localhost/demos

You'll see a list of demos that can be used to try out the solution.js library.

The demos are configured so that they're built using your environment rather than released versions of the solution.js packages. This makes it possible for you to demo your modifications to the library.