If you'd like to contribute to Shio CMS UI Primer, be sure to review the contribution guidelines.
We use GitHub issues for tracking requests and bugs.
$ git clone https://github.com/ShioCMS/shio-ui-primer.git
$ cd shio-ui-primer
Use NPM to install the modules.
$ npm install
Start Shio CMS following the procedure described in https://github.com/ShioCMS/shio/blob/master/README.md and use the ui-dev profile to start the Shio CMS.
export SPRING_PROFILES_ACTIVE=ui-dev
$ ./gradlew bootrun
set SPRING_PROFILES_ACTIVE=ui-dev
gradlew bootrun
Use ng to execute Shio CMS UI Primer.
$ npx ng serve --open
Use ng to build Shio CMS UI Primer.
$ npx ng build --prod
Home: http://localhost:4200