Minimal ready-to-use project template pre-configured with ADF components.
See Online Documentation for more details.
npm install
npm start
Navigate to http://localhost:4200/
.
The app will automatically reload if you change any of the source files.
Running with a custom backend URL:
BASE_URL="https://your.alfresco.backend.com" npm start
See Quickstart chapter for more details and options.
Run npm run build
to build the project.
The build artifacts will be stored in the dist/
directory.
Use the npm run build:prod
for a production build.
Run npm run lint
to lint the project.