Initialize Main Package

Note: ideally we recommend that you do this work from c:\projects\ as this is the development folder convention of the 2sxc team. 

  1. Pull from github by running clone https://github.com/2sic/2sxc-ui from c:\projects\
  2. Navigate to subfolder projects/dnn-sxc-angular
  3. Restore npm packages
    1. Basics with npm ci
  4. Run npm run build to rebuild -> you should see files in the dist folder being replaced

Install Template App for Testing your Work

TODO: INSTRUCTIONS