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.
- Pull from github by running
clone https://github.com/2sic/2sxc-ui
from c:\projects\
- Navigate to subfolder
projects/dnn-sxc-angular
- Restore npm packages
- Basics with
npm ci
- Run
npm run build
to rebuild -> you should see files in the dist folder being replaced
Install Template App for Testing your Work
- in the Template app: temporary disable Angular cache
- run npm script like
dsa-copy:template-ng
, which copies the latest dist
to node_modules/@2sic.com/dnn-sxc-angular
of the Template App.