faintpixel / skdRefSite

Mozilla Public License 2.0
27 stars 3 forks source link
hacktoberfest

r/SketchDaily References

Visit the site

Overview

How to run

UI

  1. Get your angular development environment up and running.
  2. in UI\skd-ref-site run this:
    npm install
    ng serve --open

note: by default it'll try to connect to the backend on your local computer. You can modify the environment.ts file base url if you'd like.

Backend

  1. Install VisualStudio, open API/SkdRefSiteAPI.sln and run it